ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MenuItem Class / Parent Property



In This Topic
    Parent Property (C1MenuItem)
    In This Topic
    Gets the C1MenuItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")>
    Public Shadows ReadOnly Property Parent As C1MenuItem
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim value As C1MenuItem
     
    value = instance.Parent
    [Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")]
    public new C1MenuItem Parent {get;}
    [Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")]
    public:
    new property C1MenuItem^ Parent {
       C1MenuItem^ get();
    }
    See Also