| ActivePage |  |
Returns a reference to the currently active (visible) page.
|
| Application |  |
Returns a reference to the McApplication object controlling this dialog.
|
| Caption |  |
Get or set the Title of this dialog.
|
| Control |  |
Returns an object controlling the dialog.
|
| ControlAsObject |  |
Returns an Object (IDispatch) reference to the Active X Control managing this dialog (the OK, Cancel buttons...)
|
| Enabled |  |
Enables or disables this entire dialog. Returns the current state.
|
| Height |  |
Get or set the height of the dialog in pixels.
|
| HelpContext |  |
Get or set an URL linking to a help page for the dialog.
|
| hWnd |  |
Returns the window handle for this dialog.
|
| Icon |  |
Get or set the icon file for a dialog.
|
| Instance |  |
Returns the instance number.
|
| Left |  |
Get or set the x origin of the dialog in pixels.
|
| Modal |  |
Get or set whether this dialog should be modal when displayed.
|
| Name |  |
Returns the Name of this dialog.
|
| Pages |  |
Returns the collection of pages for this dialog.
|
| Top |  |
Get or set the y origin of the dialog in pixels.
|
| Type |  |
Returns the dialog type.
|
| UserData |  |
Get or set a user defined value to associate with a dialog.
|
| Visible |  |
Get or set the visibility of a dialog.
|
| Width |  |
Get or set the width of the dialog in pixels.
|
| Click |
The event fired when dialog control buttons are clicked.
|
| Close |
The event fired when a dialog is removed from the collection before being destroyed.
|
| Dock |
The event fired when a dialog is docked.
|
| Float |
The event fired when a dialog starts floating.
|
| Hide |
The event fired when dialogs and pages are hidden.
|
| Initialize |
The event fired when dialogs and pages are initialized.
|
| MDIFloat |
The event fired when a dialog becomes an MDI child.
|
| Show |
The event fired when dialogs and pages are displayed.
|
| Terminate |
The event fired when dialogs and pages are destroyed.
|