ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / IsHighlighted Property



In This Topic
    IsHighlighted Property (C1RadialMenuItem)
    In This Topic
    Gets a value that indicates whether a C1RadialMenuItem is highlighted.
    Syntax
    'Declaration
     
    
    Public Property IsHighlighted As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    instance.IsHighlighted = value
     
    value = instance.IsHighlighted
    public bool IsHighlighted {get; set;}
    public:
    property bool IsHighlighted {
       bool get();
       void set (    bool value);
    }
    See Also