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



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