Description

Shows Threshold Tool dialog

Return Type

A Variant value.  

Syntax

object.Show ([Style])

The Show Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McThresholdTool.
StyleOptional. A mcCommandDialogStyle enumeration, as described in settings.

As mcCommandDialogStyle

Settings

The settings for Style are:

ConstantValueDescription
 mccdsDefault0

Display the dialog using its default settings

 mccdsModal1

Display the dialog and block until it closes

 mccdsHidden2

Create the dialog window, but do not show it

 mccdsDock4

Dock this dialog

 mccdsFloat8

Float this dialog

 mccdsMDIFloat16

Convert the dialog to an MDI child window