DataWindow.ChangeFont Method (Typed) | |
Change the font used by this datawindow.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeFont(
oFont AS Font,
lUpdate AS LOGIC
) AS USUAL
public virtual Usual ChangeFont(
Font oFont,
[DefaultParameterValueAttribute(false, 0)] bool lUpdate
)
Request Example
View SourceParameters
- oFont
- Type: Font
The new font to be used. - lUpdate
- Type: Logic
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