DataWindow.ChangeFont Method | |
Change the font used by this datawindow.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeFont(
oFont,
lUpdate
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ChangeFont(
Usual oFont = default,
Usual lUpdate = default
)
Request Example
View SourceParameters
- oFont (Optional)
- Type: Usual
The new font to be used. - lUpdate (Optional)
- Type: Usual
Specify TRUE to resize and reposition all controls in this dialog window and change their fonts; otherwise, FALSE.
If omitted, the default is FALSE.
Return Value
Type:
Usual
The font previously assigned to the datawindow.
See Also