This document is archived and information here might be outdated.  Recommended version.


IToolbarItem2.MultiItem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarItem2 Interface > IToolbarItem2.MultiItem Property
ArcGIS Developer Help

IToolbarItem2.MultiItem Property

If the item is a multi-item, this property is a MultiItem object.

[Visual Basic .NET]
Public ReadOnly Property MultiItem As IMultiItem
[C#]
public IMultiItem MultiItem {get;}
[C++]
HRESULT get_MultiItem(
  IMultiItem** ppMultiItem
);
[C++]
Parameters
ppMultiItem [out, retval]

ppMultiItem is a parameter of type IMultiItem**

Product Availability

Available with ArcGIS Engine.

Description

Returns the IMultiItem object used by the item if the item represents a multi-item. If the item does not use a multi-item Nothing is returned.

See Also

IToolbarItem2 Interface