TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / SyncRoot Property

In This Topic
    SyncRoot Property (C1CheckListItemCollection)
    In This Topic
    Gets the synchronize root.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckListItemCollection.SyncRoot", "Gets the synchronize root.")>
    Public ReadOnly Property SyncRoot As Object
    [C1Description("C1CheckListItemCollection.SyncRoot", "Gets the synchronize root.")]
    public object SyncRoot {get;}
    See Also