Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItem Class / Parent Property

In This Topic
    Parent Property
    In This Topic
    Gets the parent of this menu item (which may be either a C1RadialMenu, or another RadialMenuItem).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Object
    public object Parent {get;}
    See Also