This document is archived and information here might be outdated. Recommended version. |
Indicates if auto layout is active.
[Visual Basic .NET] Public Property AutoLayout As Boolean
[C#] public bool AutoLayout {get; set;}
[C++]
HRESULT get_AutoLayout(
Boolean* pAutoLayout
);
[C++]
HRESULT put_AutoLayout(
VARIANT_BOOL pAutoLayout
);
[C++]
Parameters pAutoLayout [out, retval]
pAutoLayout is a parameter of type bool* pAutoLayout [in]
pAutoLayout is a parameter of type bool