BCGControlBar Library for .NET
AdjustWidthToParent Method




Called by the framework on changing or resizing parent panel if the dockstyle of the caption bar is None.  Sets the width of the caption bar equal to the width of the parent panel, its x-coordinate equal  to zero.
Syntax
'Declaration
 
Public Sub AdjustWidthToParent() 
'Usage
 
Dim instance As OutlookBarCaption
 
instance.AdjustWidthToParent()
public void AdjustWidthToParent()
public: void AdjustWidthToParent(); 
public:
void AdjustWidthToParent(); 
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

OutlookBarCaption Class
OutlookBarCaption Members

Send Feedback