ShellSystemListFocused Property |
Gets a value indicating whether a control has input focus.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also