Methods |
Description |
addOnHelp |
Assigns a delegate to the help event. |
hookProc |
Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. |
onHelp |
Triggers the help event. |
ownerWndProc |
Defines the owner window procedure that is overridden to add specific functionality to a common dialog box. |
removeOnHelp |
Removes the delegate that is assigned to the help event. |
reset |
Resets the properties of a common dialog box to the default values. |
runDialog |
Called by the showDialog method to implement a specific common dialog box. |
showDialog |
Displays a common dialog box and returns a value indicating whether the user clicked OK in the dialog box. |