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