ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : SelectionBackColor Property |
'Declaration <CategoryAttribute("Items")> <DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")> Public Property SelectionBackColor As Color
'Usage Dim instance As ImGearThumbnailCtl Dim value As Color instance.SelectionBackColor = value value = instance.SelectionBackColor
[CategoryAttribute("Items")] [DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")] public Color SelectionBackColor {get; set;}
[CategoryAttribute("Items")] [DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")] public: __property Color get_SelectionBackColor(); public: __property void set_SelectionBackColor( Color value );
[CategoryAttribute("Items")] [DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")] public: property Color SelectionBackColor { Color get(); void set ( Color value); }
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.