The ICogImageFileProvider type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.) | |
| Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) | |
| Count | ||
| Description | Description of this file type to be used in a Common File Dialog. | |
| FileName | Name of last opened file. | |
| FileTypes | Semicolon separated list of file types that this provider can read or write. | |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) | |
| IsSynchronized | ||
| Item | ||
| OpenMode | Mode in which the file was opened (or cogImageFile_Closed if no file open). | |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from ICogChangedEvent.) | |
| SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) | |
| SyncRoot |
See Also