BCGControlBar Library for .NET
Stretch Method (CategoryItem)




Specifies the new width of the CategoryItem to set.
Specifies the direction of resizing the category item.
Called by the Framework to reduce the size of the CategoryItem.
Syntax
'Declaration
 
Public Overrides Sub Stretch( _
   ByVal newSize As Integer, _
   ByVal horz As Boolean, _
   ByVal strict As Boolean _
) 
'Usage
 
Dim instance As CategoryItem
Dim newSize As Integer
Dim horz As Boolean
Dim strict As Boolean
 
instance.Stretch(newSize, horz, strict)
public override void Stretch( 
   int newSize,
   bool horz,
   bool strict
)
public: void Stretch( 
   int newSize,
   bool horz,
   bool strict
) override 
public:
void Stretch( 
   int newSize,
   bool horz,
   bool strict
) override 

Parameters

newSize
Specifies the new width of the CategoryItem to set.
horz
Specifies the direction of resizing the category item.
strict
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

CategoryItem Class
CategoryItem Members
Base Implementation in Stretch

Send Feedback