Leadtools.Windows.Controls Namespace > ImageList Class : ItemSelectedForeground Property |
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to display the text of selected items.")] public Brush ItemSelectedForeground {get; set;}
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color used to display the text of selected items.")> Public Property ItemSelectedForeground As Brush
'Usage Dim instance As ImageList Dim value As Brush instance.ItemSelectedForeground = value value = instance.ItemSelectedForeground
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to display the text of selected items.")] public Brush ItemSelectedForeground {get; set;}
CategoryAttribute("Appearance") DescriptionAttribute("The color used to display the text of selected items.") get_ItemSelectedForeground();
set_ItemSelectedForeground(value);
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to display the text of selected items.")] public: property Brush^ ItemSelectedForeground { Brush^ get(); void set ( Brush^ value); }
Changing this property will make this control loop through all the items and setting the ImageListItem.SelectedForeground accordingly.
For XAML example, refer to ItemBorderThickness.
For C#/VB examples, refer to ItemBorderThickness.
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