TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / Focus Method / Focus(C1CheckListItem) Method
The item that will be focused.

In This Topic
    Focus(C1CheckListItem) Method
    In This Topic
    Sets focus to a C1CheckList item.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Focus( _
       ByVal item As C1CheckListItem _
    ) 
    public void Focus( 
       C1CheckListItem item
    )

    Parameters

    item
    The item that will be focused.
    See Also