ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeRow Class / CheckBox Property

In This Topic
    CheckBox Property (TreeRow)
    In This Topic
    Gets the checkbox for this TreeRow.
    Syntax
    'Declaration
     
    Public ReadOnly Property CheckBox As CheckBoxButtonElement
    public CheckBoxButtonElement CheckBox {get;}
    See Also