BCGControlBar Library for .NET
ComboEditWidth Property




Specifies the width of edit box part of combo box button (this part includes the width of drop button).
Syntax
'Declaration
 
Public Property ComboEditWidth As Integer
'Usage
 
Dim instance As SmartComboBoxButton
Dim value As Integer
 
instance.ComboEditWidth = value
 
value = instance.ComboEditWidth
public int ComboEditWidth {get; set;}
public: __property int get_ComboEditWidth();
public: __property void set_ComboEditWidth( 
   int value
);
public:
property int ComboEditWidth {
   int get();
   void set (    int 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

SmartComboBoxButton Class
SmartComboBoxButton Members

Send Feedback