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