'Declaration
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates the control's selected items cell background color.")>
Public Property SelectBackColor As Color
'Usage
Dim instance As ThumbnailXpress
Dim value As Color
instance.SelectBackColor = value
value = instance.SelectBackColor
[BrowsableAttribute(true)]
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the control's selected items cell background color.")]
public Color SelectBackColor {get; set;}
[BrowsableAttribute(true)]
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the control's selected items cell background color.")]
public: __property Color get_SelectBackColor();
public: __property void set_SelectBackColor(
Color value
);
[BrowsableAttribute(true)]
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates the control's selected items cell background color.")]
public:
property Color SelectBackColor {
Color get();
void set ( Color value);
}