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