Wimark.Controls Class Library  

UpDownBase.AutoSize Property

Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.

[Visual Basic]
Public Property AutoSize As Boolean 
[C#]
public bool AutoSize {get; set;}
[C++]
public: __property bool get_AutoSize();
public: __property void set_AutoSize(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

UpDownBase Class | UpDownBase Members | Wimark.Controls Namespace