FilterBox.IsFocused Property
Gets a value that determines if the FilterBox is in focus.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool IsFocused { get; }
public:
property bool IsFocused {
bool get();
}
Public ReadOnly Property IsFocused As Boolean
Property Value
Type: System.Boolean
true if the bos is in focus; otherwise, false.
See Also
FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top