BBjFontChooser::approveSelection
Description
In BBj 7.0 and higher, this method sets the text of the BBjFontChooser's [OK] button.
Syntax
Return Value |
Method |
void |
approveSelection() |
Parameters
None.
Return Value
None.
Remarks
Although this is a programmatic action, invoking this method causes the BBjFontChooser to dispatch an ON_FONTCHOOSER_APPROVE event, including sending the current font. Use this to simulate clicking the [OK] 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.