Description
Shows Threshold Tool dialog
-
Return Type
-
A Variant value.
-
Syntax
-
object.Show ([Style])
The Show Method syntax has these parts: Settings The settings for Style are:
 | mccdsDefault | 0 |
Display the dialog using its default settings
|
 | mccdsModal | 1 |
Display the dialog and block until it closes
|
 | mccdsHidden | 2 |
Create the dialog window, but do not show it
|
 | mccdsDock | 4 |
Dock this dialog
|
 | mccdsFloat | 8 |
Float this dialog
|
 | mccdsMDIFloat | 16 |
Convert the dialog to an MDI child window
|
|