Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / IsSynchronized Property

In This Topic
    IsSynchronized Property
    In This Topic
    Gets a value indicating whether access to the RadialMenuItemCollection is synchronized (thread safe).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSynchronized As Boolean
    public bool IsSynchronized {get;}
    See Also