BBjFontChooser::cancelSelection
Description
In BBj 7.0 and higher, this method programmatically clicks the BBjFontChooser's [Cancel] button.
Syntax
Return Value |
Method |
void |
cancelSelection() |
Parameters
None.
Return Value
None.
Remarks
Although this is a programmatic action, invoking this method causes the BBjFontChooser to dispatch an ON_FONTCHOOSER_CANCEL event. Use this to simulate clicking the [Cancel] button.
Example
REM This sample displays a BBjFontChooser in a window, then times out |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.