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.