ComponentOne Basic Library for WPF and Silverlight
HighlightedBackground Property (C1ContextMenu)


C1.Silverlight Namespace > C1ContextMenu Class : HighlightedBackground Property
Gets or sets the System.Windows.Media.Brush used to highlight the menu item.
Syntax
'Declaration
 
Public Shadows Property HighlightedBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ContextMenu
Dim value As System.Windows.Media.Brush
 
instance.HighlightedBackground = value
 
value = instance.HighlightedBackground
public new System.Windows.Media.Brush HighlightedBackground {get; set;}
See Also

Reference

C1ContextMenu Class
C1ContextMenu Members