This document is archived and information here might be outdated. Recommended version. |
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*