Visible Property (ListHeaderPaneInfo)
Gets or sets whether the
ListHeaderPaneInfo object is visible.
public bool Visible {get; set;}
'Declaration
Public Property Visible As Boolean
'Usage
Dim instance As ListHeaderPaneInfo
Dim value As Boolean
instance.Visible = value
value = instance.Visible
Property Value
true, if the
ListHeaderPaneInfo is visible; otherwise,
false.
The default is
true.