LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ItemSelectedBackColor Property (RasterImageList)

Show in webframe





Gets or sets the item background color of the selected items in this RasterImageList.
Syntax
[DescriptionAttribute("The color used to fill the background of selected items.")]
[CategoryAttribute("Appearance")]
public Color ItemSelectedBackColor {get; set;}
'Declaration
 
<DescriptionAttribute("The color used to fill the background of selected items.")>
<CategoryAttribute("Appearance")>
Public Property ItemSelectedBackColor As Color
'Usage
 
Dim instance As RasterImageList
Dim value As Color
 
instance.ItemSelectedBackColor = value
 
value = instance.ItemSelectedBackColor

            

            
[DescriptionAttribute("The color used to fill the background of selected items.")]
[CategoryAttribute("Appearance")]
public:
property Color ItemSelectedBackColor {
   Color get();
   void set (    Color value);
}

Property Value

The item background color of the selected items in this RasterImageList
Remarks

How the ItemSelectedBackColor 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 When an item is selected, this color is used to fill the background behind the text of the item and to draw a rectangle around the image.
RasterImageListViewStyle.Button Not used.

For more information about item appearance, refer to RasterImageList Appearance.

Example
For an example, refer to ItemBorderStyle
Requirements

Target Platforms

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.