Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ContextMenu Class / OpenedBackground Property

In This Topic
    OpenedBackground Property (C1ContextMenu)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used in a menu item when this item is opened.
    Syntax
    'Declaration
     
    
    Public Shadows Property OpenedBackground As Brush
    public new Brush OpenedBackground {get; set;}
    See Also