BCGControlBar Library for .NET
SizingGrip Property (RibbonStatusBar)




Specifies whether the status bar displays sizing grip at the right bottom corner.
Syntax
'Declaration
 
Public Property SizingGrip As Boolean
'Usage
 
Dim instance As RibbonStatusBar
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

RibbonStatusBar Class
RibbonStatusBar Members

Send Feedback