Accusoft.ThumbnailXpress6.Net
IsSynchronized Property (SelectedThumbnailItemCollection)




Read only property returning whether synchronized (thread-safe) read-write access to the Collection is available. Will always return false. Use the SelectedThumbnailItemCollectionEnumerator and its Lock method to access the SelectedThumbnailItemCollection in a read-only thread safe manner.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As SelectedThumbnailItemCollection
Dim value As Boolean
 
value = instance.IsSynchronized
public virtual bool IsSynchronized {get;}
public: __property virtual bool get_IsSynchronized();
public:
virtual property bool IsSynchronized {
   bool get();
}

Property Value

Will always return false
See Also

Reference

SelectedThumbnailItemCollection Class
SelectedThumbnailItemCollection Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback