HighlightedBackground Property (C1Menu)
In This Topic
Gets or sets the
System.Windows.Media.Brush used to highlight the menu item.
Syntax
'Declaration
Public Property HighlightedBackground As Brush
'Usage
Dim instance As C1Menu
Dim value As Brush
instance.HighlightedBackground = value
value = instance.HighlightedBackground
public Brush HighlightedBackground {get; set;}
public:
property Brush^ HighlightedBackground {
Brush^ get();
void set ( Brush^ value);
}
See Also