Wimark.Controls Class Library  

StatusBar.SizingGrip Property

Gets or sets a value indicating whether a sizing grip is displayed in the lower-right corner of the status bar.

[Visual Basic]
Public Property SizingGrip As Boolean 
[C#]
public bool SizingGrip {get; set;}
[C++]
public: __property bool get_SizingGrip();
public: __property void set_SizingGrip(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

StatusBar Class | StatusBar Members | Wimark.Controls Namespace