This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IM > IMultiItemSeparator Interface > IMultiItemSeparator.Separator Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* bSeparator
);
[C++]
Parameters index [in] index is a parameter of type long bSeparator [out, retval] bSeparator is a parameter of type VARIANT_BOOL