'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed when the button is in Hot state.")> Public Property HotImage As System.Drawing.Image
'Usage
Dim instance As NUIItemImageSet Dim value As System.Drawing.Image instance.HotImage = value value = instance.HotImage
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the image to be displayed when the button is in Hot state.")] public System.Drawing.Image HotImage {get; set;}