'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.DescriptionAttribute("Gets the image set to be used by the Close button. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.")> Public ReadOnly Property CloseButtonImageSet As NUIItemImageSet
'Usage
Dim instance As NPopupNotify Dim value As NUIItemImageSet value = instance.CloseButtonImageSet
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Description("Gets the image set to be used by the Close button. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.")] public NUIItemImageSet CloseButtonImageSet {get;}