Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : ItemBackColor Property |
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to fill the background of un-selected items.")] public Color ItemBackColor {get; set;}
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color used to fill the background of un-selected items.")> Public Property ItemBackColor As Color
'Usage Dim instance As RasterThumbnailBrowser Dim value As Color instance.ItemBackColor = value value = instance.ItemBackColor
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to fill the background of un-selected items.")] public Color ItemBackColor {get; set;}
CategoryAttribute("Appearance") DescriptionAttribute("The color used to fill the background of un-selected items.") get_ItemBackColor();
set_ItemBackColor(value);
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to fill the background of un-selected items.")] public: property Color ItemBackColor { Color get(); void set ( Color value); }
How the ItemBackColor 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 un-selected items. |
RasterImageListViewStyle.Explorer | Not used. |
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