This document is archived and information here might be outdated. Recommended version. |
Indicates if only the first and last markers are labeled.
[Visual Basic .NET]
Public Property LabelEnds As Boolean
[C#]
public bool LabelEnds {get; set;}
[C++]
HRESULT get_LabelEnds(
VARIANT_BOOL LabelEnds
);
[C++]
HRESULT put_LabelEnds(
Boolean* LabelEnds
);
[C++] Parameters LabelEnds [in]
LabelEnds is a parameter of type bool LabelEnds [out, retval]
LabelEnds is a parameter of type bool*