Public Members

Operations

MapDialogRect Converts the dialog-box units of a rectangle to screen units.  
IsDialogMessage Determines whether the given message is intended for the modeless dialog box and, if so, processes it.  
NextDlgCtrl Moves the focus to the next dialog-box control in the dialog box.  
PrevDlgCtrl Moves the focus to the previous dialog-box control in the dialog box.  
GotoDlgCtrl Moves the focus to a specified dialog-box control in the dialog box.  
SetDefID Changes the default push button control for a dialog box to a specified push button.  
GetDefID Gets the ID of the default push button control for a dialog box.  
EndDialog Terminates a modal dialog box.  

Overridables

OnInitDialog Override to augment dialog-box initialization.  
OnSetFont Override to specify the font that a dialog-box control is to use when drawing text.