Gets a value indicating whether the TextBox control has input focus.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool Focused { get; }
Public ReadOnly Property Focused As Boolean
Get
public:
property bool Focused {
bool get ();
}
member Focused : bool with get
Property Value
Type:
BooleanSee Also