[]
        
(Showing Draft Content)

FarPoint.Win.ElementWindowless.ResetFont

ResetFont Method

ResetFont()

Resets the font for the element to it default value.

Declaration
public virtual void ResetFont()
Public Overridable Sub ResetFont()
Examples
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold);
element.Font = f;
element.State = FarPoint.Win.ElementState.Inverted;
element.ResetFont();
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold)
element.Font = f
element.State = FarPoint.Win.ElementState.Inverted
element.ResetFont();