Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageList Class : ItemSelectedForeground Property |
[DescriptionAttribute("The color used to display the text of selected items.")] [CategoryAttribute("Appearance")] public Brush ItemSelectedForeground {get; set;}
'Declaration <DescriptionAttribute("The color used to display the text of selected items.")> <CategoryAttribute("Appearance")> Public Property ItemSelectedForeground As Brush
'Usage Dim instance As ImageList Dim value As Brush instance.ItemSelectedForeground = value value = instance.ItemSelectedForeground
[DescriptionAttribute("The color used to display the text of selected items.")] [CategoryAttribute("Appearance")] 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.