OnFontChanged Method (C1FlexPivotPage)
In This Topic
Overriden to update toolbar and status bar size and font.
Syntax
'Declaration
Protected Overrides Sub OnFontChanged( _
ByVal As EventArgs _
)
protected override void OnFontChanged(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also