BCGControlBar Library for .NET
Stretch(Int32) Method




Specifies the new size of the QAT.
Changes the size of the QAT to the specified value and adjusts the layout of the buttons on it.
Syntax
'Declaration
 
Public Overloads Overridable Sub Stretch( _
   ByVal newSize As Integer _
) 
'Usage
 
Dim instance As QuickAccessToolbar
Dim newSize As Integer
 
instance.Stretch(newSize)
public virtual void Stretch( 
   int newSize
)
public: virtual void Stretch( 
   int newSize
) 
public:
virtual void Stretch( 
   int newSize
) 

Parameters

newSize
Specifies the new size of the QAT.
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

QuickAccessToolbar Class
QuickAccessToolbar Members
Overload List

Send Feedback