Share via


FilterableListView.Focused Property

 

Gets a value indicating whether the control has input focus.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public override bool Focused { get; }
public:
property bool Focused {
    virtual bool get() override;
}
Public Overrides ReadOnly Property Focused As Boolean

Property Value

Type: System.Boolean

true if the control has focus; otherwise, false.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top