ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / UIElementInfo Class / Parent Property

In This Topic
    Parent Property (UIElementInfo)
    In This Topic
    Gets or sets the parent object of the UIElement.
    Syntax
    'Declaration
     
    Public Property Parent As System.Object
    public System.object Parent {get; set;}
    See Also