TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItem Class / C1CheckListItem Constructor / C1CheckListItem Constructor(Object)
The value of the new item.

In This Topic
    C1CheckListItem Constructor(Object)
    In This Topic
    Initializes a new instance of the C1CheckListItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Object _
    )
    public C1CheckListItem( 
       object value
    )

    Parameters

    value
    The value of the new item.
    See Also