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


IMultiItemSeparator.Separator Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IM > IMultiItemSeparator Interface > IMultiItemSeparator.Separator Property
ArcGIS Developer Help

IMultiItemSeparator.Separator Property

Indicates if item has a separator.

[Visual Basic .NET]
Public Function get_Separator ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool get_Separator (
    int index
);
[C++]
HRESULT get_Separator(
  long index,
  Boolean* bSeparator
);
[C++]
Parameters
index [in]

index is a parameter of type long bSeparator [out, retval]
bSeparator is a parameter of type bool*

Product Availability

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

See Also

IMultiItemSeparator Interface