ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : SelectionForeColor Property |
'Declaration <CategoryAttribute("Items")> <DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")> Public Property SelectionForeColor As Color
'Usage Dim instance As ImGearThumbnailCtl Dim value As Color instance.SelectionForeColor = value value = instance.SelectionForeColor
[CategoryAttribute("Items")] [DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")] public Color SelectionForeColor {get; set;}
[CategoryAttribute("Items")] [DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")] public: __property Color get_SelectionForeColor(); public: __property void set_SelectionForeColor( Color value );
[CategoryAttribute("Items")] [DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")] public: property Color SelectionForeColor { Color get(); void set ( Color value); }
MultiSelect = true
) thumbnails can be selected by clicking them with the mouse. When selected, the text is changed from ForeColor to SelectionForeColor.