ManagementList.IsSearchShown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the search box is shown.
public:
property bool IsSearchShown { bool get(); void set(bool value); };
public:
property bool IsSearchShown { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value indicating whether the search box is shown.")]
public bool IsSearchShown { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value indicating whether the search box is shown.")>]
member this.IsSearchShown : bool with get, set
Public Property IsSearchShown As Boolean
Property Value
- Attributes