BCGControlBar Library for .NET
CanStretch Property (ToolbarComboBoxButton)




Applied to combo box buttons, which are placed on toolbars in StandAlone (non-dockable) mode. If true, the button will be automatically resized to take the rest of toolbar space. Can be only one button per toolbar.
Syntax
'Declaration
 
Public Shadows Property CanStretch As Boolean
'Usage
 
Dim instance As ToolbarComboBoxButton
Dim value As Boolean
 
instance.CanStretch = value
 
value = instance.CanStretch
public new bool CanStretch {get; set;}
public: __property new bool get_CanStretch();
public: __property new void set_CanStretch( 
   bool value
);
public:
new property bool CanStretch {
   bool get();
   void set (    bool value);
}
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

ToolbarComboBoxButton Class
ToolbarComboBoxButton Members

Send Feedback