ComponentOne Basic Library for WPF and Silverlight
Parent Property (C1MenuItem)


C1.Silverlight Namespace > C1MenuItem Class : Parent Property
Gets the C1MenuItem that is the parent of this item.
Syntax
'Declaration
 
<System.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
[System.Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")]
public new C1MenuItem Parent {get;}
See Also

Reference

C1MenuItem Class
C1MenuItem Members