This document is archived and information here might be outdated. Recommended version. |
Indicates whether the text boxes are to be auto ajdusted.
[Visual Basic .NET]
Public Property TextAutoAdjust As Boolean
[C#]
public bool TextAutoAdjust {get; set;}
[C++]
HRESULT get_TextAutoAdjust(
Boolean* autoAdjust
);
[C++]
HRESULT put_TextAutoAdjust(
VARIANT_BOOL autoAdjust
);
[C++] Parameters autoAdjust [out, retval]
autoAdjust is a parameter of type bool* autoAdjust [in]
autoAdjust is a parameter of type bool
When TextAutoAdjust is set to true, the text labels along with their text boxes, are realigned so that they will not overlap.