Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / SyncRoot Property


In This Topic
    SyncRoot Property (Elements)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SyncRoot As Object
    'Usage
     
    
    Dim instance As Elements
    Dim value As Object
     
    value = instance.SyncRoot
    public object SyncRoot {get;}
    See Also