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