InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputCheckBox Class / Parent Property

In This Topic
    Parent Property (InputCheckBox)
    In This Topic
    Gets the component's parent (either a C1InputPanel or a InputComponent).
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As Object
    public object Parent {get;}
    See Also