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);
true if a sizing grip is rendered on the corner of the StatusBar control; otherwise false. The default is true.
StatusBar Class | StatusBar Members | System.WinForms Namespace