DialogBox Class

Description

DialogBox is the class for dialog boxes.

In the declaration for a dialog box, you can specify the following variables to affect how certain methods work:

Variable Description Used by
wAcceptButton A non-standard button to use to close the dialog and accept the values specified there; the default is OK. Accept method
wDismissButton A non-standard button to use to close the dialog and not accept the values specified there; the default is Cancel. Dismiss method

Inheritance

DialogBox derives from the MoveableWin class; one class derives from this class.

Methods and Properties

In addition to the methods and properties it inherits from the AnyWin class and MoveableWin class, DialogBox has the following methods and properties: