[]
Gets a value indicating whether the Field has input focus.
[Browsable(false)]
public bool Focused { get; }
<Browsable(False)>
Public ReadOnly Property Focused As Boolean
Type | Description |
---|---|
bool | true if the Field contains the input focus, otherwise, false. |