TreeView for WinForms | ComponentOne
C1.Framework Namespace / TreeRow Class / GetCheckBoxElement Method

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