ConsoleVisibilityContainer.VisibleByDefault Property
Gets or sets the Boolean value of whether to show this control in the absence of a user preference.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property VisibleByDefault As Boolean
Get
Set
'Usage
Dim instance As ConsoleVisibilityContainer
Dim value As Boolean
value = instance.VisibleByDefault
instance.VisibleByDefault = value
public bool VisibleByDefault { get; set; }
Property Value
Type: System.Boolean
true to show the controls in the absence of user preference; otherwise, false.
See Also
Reference
ConsoleVisibilityContainer Class