ArcObjects Library Reference (SystemUI)  

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,
  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

Product Availability

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

See Also

IMultiItemSeparator Interface