Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : ItemSelectedForeColor Property |
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to display the text of selected items.")] public Color ItemSelectedForeColor {get; set;}
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color used to display the text of selected items.")> Public Property ItemSelectedForeColor As Color
'Usage Dim instance As RasterThumbnailBrowser Dim value As Color instance.ItemSelectedForeColor = value value = instance.ItemSelectedForeColor
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to display the text of selected items.")] public Color ItemSelectedForeColor {get; set;}
CategoryAttribute("Appearance") DescriptionAttribute("The color used to display the text of selected items.") get_ItemSelectedForeColor();
set_ItemSelectedForeColor(value);
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to display the text of selected items.")] public: property Color ItemSelectedForeColor { Color get(); void set ( Color value); }
How the ItemSelectedForeColor value is used to draw the items depends on the current ViewStyle. The following table lists all the cases:
ViewStyle | Description |
---|---|
RasterImageListViewStyle.Normal | Fills the background of selected items. |
RasterImageListViewStyle.Explorer | Draw the text of selected items as well as a rectangle around the image of selected items. |
RasterImageListViewStyle.Button | Not used. |
For more information about item appearance, refer to RasterImageList Appearance.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2