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



In This Topic
    ShowSelectedItem Property
    In This Topic
    Determines whether icon, header and check sign of the selected sub-item should be displayed for the curren item.
    Syntax
    'Declaration
     
    
    Public Property ShowSelectedItem As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    instance.ShowSelectedItem = value
     
    value = instance.ShowSelectedItem
    public bool ShowSelectedItem {get; set;}
    public:
    property bool ShowSelectedItem {
       bool get();
       void set (    bool value);
    }
    Remarks
    This property only makes sense for items with sub-items.
    See Also