'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the current band is visible within its parent Pane. The user may always display it again by the Configure command.")> Public Property IsVisible As System.Boolean
'Usage
Dim instance As NNavigationPaneBand Dim value As System.Boolean instance.IsVisible = value value = instance.IsVisible
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the current band is visible within its parent Pane. The user may always display it again by the Configure command.")] public System.bool IsVisible {get; set;}