This document is archived and information here might be outdated. Recommended version. |
Indicates if relative left or right positions between links is kept as much as possible.
[Visual Basic .NET]
Public Property LeftRightHint As Boolean
[C#]
public bool LeftRightHint {get; set;}
[C++]
HRESULT get_LeftRightHint(
Boolean* pVal
);
[C++]
HRESULT put_LeftRightHint(
VARIANT_BOOL pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool