The Style Gallery object.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
Interfaces | Description |
---|---|
IPersistStream (esriSystem) | |
IStyleGallery (esriDisplay) | Provides access to members modify the Style Gallery. |
IStyleGalleryStorage (esriDisplay) | Provides access to members that manage the files used in the Style Gallery. |
Remarks
This coclass is a Singleton.
[C#]
After using the StyleGallery class in C#, you may find it necessary to call ReleaseComObject in order to correctly release the references to this object. See the Releasing COM References topic in the .NET Development Environments section for more information.
[Visual Basic .NET]
After using the StyleGallery class in C#, you may find it necessary to call ReleaseComObject in order to correctly release the references to this object. See the Releasing COM References topic in the .NET Development Environments section for more information.
StyleGallery is the one and only instance of its class.