ImageGear .NET - Updated
SelectionForeColor Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : SelectionForeColor Property
Gets or sets foreground color used for the Title of selected Thumbnail items.
Syntax
'Declaration
 
<DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")>
<CategoryAttribute("Items")>
Public Property SelectionForeColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.SelectionForeColor = value
 
value = instance.SelectionForeColor
[Description("Foreground color used for the Title of selected Thumbnail item.")]
[Category("Items")]
public Color SelectionForeColor {get; set;}
[Description("Foreground color used for the Title of selected Thumbnail item.")]
[Category("Items")]
public: __property Color get_SelectionForeColor();
public: __property void set_SelectionForeColor( 
   Color value
);
[Description("Foreground color used for the Title of selected Thumbnail item.")]
[Category("Items")]
public:
property Color SelectionForeColor {
   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 text is changed from ForeColor to SelectionForeColor.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members