Share via


FilterableListView.HideSelection Property

 

Gets or sets a value indicating whether the selected item in the control remains highlighted when the control loses focus.

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

Syntax

public bool HideSelection { get; set; }
public:
property bool HideSelection {
    bool get();
    void set(bool value);
}
Public Property HideSelection As Boolean

Property Value

Type: System.Boolean

true if the selected item in the control is highlighted when the control loses focus; otherwise, false.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top