'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the pane may be collapsed/expanded using an embedded caption button.")> Public Property HasBandExpander As System.Boolean
'Usage
Dim instance As NNavigationPane Dim value As System.Boolean instance.HasBandExpander = value value = instance.HasBandExpander
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the pane may be collapsed/expanded using an embedded caption button.")] public System.bool HasBandExpander {get; set;}