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



In This Topic
    HasContent Property (C1RadialMenuItem)
    In This Topic
    Gets a value that indicates whether the C1RadialMenuItem contains sub-items or any other content.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property HasContent As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    value = instance.HasContent
    public virtual bool HasContent {get;}
    public:
    virtual property bool HasContent {
       bool get();
    }
    Remarks
    This property returns false for empty items, used as separators.
    See Also