Inheritance diagram for FontDialog:
Public Member Functions | |
Execute ([out, retval] VARIANT_BOOL *pResult) | |
Shows the dialog. | |
Properties | |
ULONG RW | Flags [] |
See the "Flags" argument of the FontDialog method. | |
IDispatch *RW | Font [] |
Gets or sets the user's selected font. | |
VARIANT W | OnHelp [] |
Sets the event handler for the OnHelp event. | |
VARIANT W | OnApply [] |
Sets the event handler for the OnApply event. |
The FontDialog is the result of CreateFontDialog method.
See also FontDialogEvents.
Execute | ( | [out, retval] VARIANT_BOOL * | pResult | ) |
Shows the dialog.
ULONG RW Flags |
IDispatch* RW Font |
VARIANT W OnApply |
Sets the event handler for the OnApply event.
This event occurs when the user clicks the "Apply" button.
VARIANT W OnHelp |
Sets the event handler for the OnHelp event.
This event occurs when the user clicks the "Help" button.