ImageGear .NET - Updated
SelectionBackColor Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : SelectionBackColor Property
Gets or sets background color used for the Title of selected Thumbnail items.
Syntax
'Declaration
 
<DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")>
<CategoryAttribute("Items")>
Public Property SelectionBackColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.SelectionBackColor = value
 
value = instance.SelectionBackColor
[Description("Background color used for the Title of selected Thumbnail item.")]
[Category("Items")]
public Color SelectionBackColor {get; set;}
[Description("Background color used for the Title of selected Thumbnail item.")]
[Category("Items")]
public: __property Color get_SelectionBackColor();
public: __property void set_SelectionBackColor( 
   Color value
);
[Description("Background color used for the Title of selected Thumbnail item.")]
[Category("Items")]
public:
property Color SelectionBackColor {
   Color get();
   void set (    Color value);
}

Property Value

System.Drawing.Color value.
Remarks
One (or more, if MultiSelect = true) thumbnails can be selected by clicking them with the mouse. When selected, the border around the button is changed from BackColor to SelectionBackColor.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members