LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ItemSelectedForeColor Property (RasterImageList)

Show in webframe





Gets or sets the foreground color of the selected items in this RasterImageList.
Syntax
[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 RasterImageList
Dim value As Color
 
instance.ItemSelectedForeColor = value
 
value = instance.ItemSelectedForeColor

            

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

Property Value

The foreground color of the selected items in this RasterImageList
Remarks

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.

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.