BCGControlBar Library for .NET
Stretch Property




Specifies if the pane is resized to take the rest of status bar space.
Syntax
'Declaration
 
Public Property Stretch As Boolean
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As Boolean
 
instance.Stretch = value
 
value = instance.Stretch
public bool Stretch {get; set;}
public: __property bool get_Stretch();
public: __property void set_Stretch( 
   bool value
);
public:
property bool Stretch {
   bool get();
   void set (    bool value);
}
Remarks
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.")>
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

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback