Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the FontChanged event.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnFontChanged(
EventArgs e
)
protected:
virtual void OnFontChanged(
EventArgs^ e
) override
Protected Overrides Sub OnFontChanged (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
Whenever the font is changed, this method recalculates the single-line text size.
See Also
WrappingRadioButton Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top