TextBoxOnFontChanged Method |
Override OnFontChanged.
Redraws the text when the Font is changed.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxprotected override void OnFontChanged(
EventArgs e
)
Parameters
- e
- Type: SystemEventArgs
An EventArgs that contains the event data.
See Also