ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeRow Class / GetCheckBoxElement Method

In This Topic
    GetCheckBoxElement Method (TreeRow)
    In This Topic
    Returns a checkbox instance for TreeRow.CheckBox property.
    Syntax
    'Declaration
     
    Protected Overridable Function GetCheckBoxElement() As CheckBoxButtonElement
    protected virtual CheckBoxButtonElement GetCheckBoxElement()
    See Also