
Resets the AutoControlSize property to its default values. The default of the AutoControlSize property is a TextControl object that does not automatically expand or shrink its width or height.
Introduced: 11.0.
[C#]
public void ResetAutoControlSize();
[Visual Basic]
Public Sub ResetAutoControlSize()