NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBar.SizingGrip

Gets or sets a value indicating whether a sizing grip will be rendered on the corner of the StatusBar control.

[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);
[JScript]
public function get SizingGrip() : Boolean;
public function set SizingGrip(Boolean);

Property Value

true if a sizing grip is rendered on the corner of the StatusBar control; otherwise false. The default is true.

See Also

StatusBar Class | StatusBar Members | System.WinForms Namespace