'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the NImageAndTextItem which represents the caption part of the pane.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public ReadOnly Property CaptionItem As NImageAndTextItem
'Usage
Dim instance As NNavigationPane Dim value As NImageAndTextItem value = instance.CaptionItem
[System.ComponentModel.Description("Gets the NImageAndTextItem which represents the caption part of the pane.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public NImageAndTextItem CaptionItem {get;}