BCGControlBar Library for .NET
SizingGrip Property (StatusBarControl)




Displays a sizing gripper at the right bottom corner of the status bar when the parent form can be resized.

Syntax
'Declaration
 
Public Property SizingGrip As Boolean
'Usage
 
Dim instance As StatusBarControl
Dim value As Boolean
 
instance.SizingGrip = value
 
value = instance.SizingGrip
public bool SizingGrip {get; set;}
public: __property bool get_SizingGrip();
public: __property void set_SizingGrip( 
   bool value
);
public:
property bool SizingGrip {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusBarControl Class
StatusBarControl Members

Send Feedback