ArcObjects Library Reference (Display)  

IStyleGalleryItem.Item Property

The symbol or map element to be stored in the Style Gallery item.

[Visual Basic .NET]
Public Property Item As Object
[C#]
public object Item {get; set;}
[C++]
HRESULT get_Item(
  LPUNKNOWN* Item
);
[C++]
HRESULT put_Item(
  LPUNKNOWN Item
);
[C++]

Parameters

Item [out, retval]   Item is a parameter of type LPUNKNOWN Item [in]   Item is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleGalleryItem Interface

.NET Samples

Modify the appearance of the PageLayoutControl's page (Code Files: PageAppearance) | Custom Root Object (Style Gallery) (Code Files: clsGxStyleGalleryClass) | Change layer rendering using the SymbologyControl (Code Files: LayerRendering) | Control text symbols using the SymbologyControl (Code Files: TextSymbols) | Creating a toolbar of globe tools (Code Files: StyleElement) | Implementing a property page for an ArcGIS Engine application (Code Files: SymbolSelectorPropPage) | Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm) | Update a frame's background, border, and shadow using the SymbologyControl (Code Files: FrameProperties) | Controls commands environment (Code Files: CommandsEnvironment) | Update a legend format with SymbologyControl area and line patches (Code Files: AreaLinePatches)