Wimark.Controls Class Library  

TrackBar.AutoSize Property

Gets or sets a value indicating whether the height or width of the control is being automatically sized.

[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

TrackBar Class | TrackBar Members | Wimark.Controls Namespace