Click or drag to resize

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
Syntax
C#
protected override void OnFontChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An EventArgs that contains the event data.
See Also