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