KeyFiltersControl.Visible property

Gets or sets the value that indicates whether the KeyFiltersControl control is visible.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Overrides Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As KeyFiltersControl
Dim value As Boolean

value = instance.Visible

instance.Visible = value
public override bool Visible { get; set; }

Property value

Type: System.Boolean
true if it is visible; otherwise, false.

See also

Reference

KeyFiltersControl class

KeyFiltersControl members

Microsoft.Office.Server.WebControls namespace