'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <System.ComponentModel.DescriptionAttribute("Gets the NCaptionElement which represents the caption part of the popup.")> Public ReadOnly Property Caption As NCaptionElement
'Usage
Dim instance As NPopupNotify Dim value As NCaptionElement value = instance.Caption
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [System.ComponentModel.Description("Gets the NCaptionElement which represents the caption part of the popup.")] public NCaptionElement Caption {get;}