'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the band will update Navigation Pane's caption with its image.")> Public Property ShowCaptionImage As System.Boolean
'Usage
Dim instance As NNavigationPaneBand Dim value As System.Boolean instance.ShowCaptionImage = value value = instance.ShowCaptionImage
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the band will update Navigation Pane's caption with its image.")] public System.bool ShowCaptionImage {get; set;}