TextBox.IsSimple Property

Definition

Gets a Boolean value that indicates whether this is a simple text box.

public:
 property bool IsSimple { bool get(); };
public bool IsSimple { get; }
member this.IsSimple : bool
Public ReadOnly Property IsSimple As Boolean

Property Value

true if this is a simple text box; otherwise, false.

Applies to