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