BCGControlBar Library for .NET
Stretch Field




Specifies if the pane is resized to take the rest of status bar space. Only one status bar pane may have this property set to true. Usually the first pane (or pane used to display default messages) has this property set to true.

Syntax
'Declaration
 
Public Stretch As Boolean
'Usage
 
Dim instance As StatusBarPaneData
Dim value As Boolean
 
value = instance.Stretch
 
instance.Stretch = value
public bool Stretch
public: bool Stretch
public:
bool Stretch
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

StatusBarPaneData Class
StatusBarPaneData Members

Send Feedback