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