CursorButtons.IsSynchronized Property
CursorButtons.IsSynchronized Property |
Gets a value that indicates whether or not access to the CursorButtons collection is synchronized (thread safe).
Definition
Visual Basic .NET Public ReadOnly Property IsSynchronized As Boolean C# public bool IsSynchronized { get; } Managed C++ public: __property bool* get_IsSynchronized();
Property Value
System.Boolean. Returns true in all cases. Access to the CursorButtons collection is synchronized (thread-safe).
This property is read-only. This property has no default value.
Remarks
The CursorButtons collection implements the ICollection interface. For more information about the IsSynchronized property, see ICollection.IsSynchronized .
See Also