[]
Gets or sets the state of the element.
[Browsable(false)]
public virtual ElementState State { get; set; }
<Browsable(False)>
Public Overridable Property State As ElementState
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold);
element.Font = f;
element.State = FarPoint.Win.ElementState.Inverted;
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold)
element.Font = f
element.State = FarPoint.Win.ElementState.Inverted