SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether a sizing box is available.
Get
| VB.NET | Boolean = object.SizeBox As Boolean | 
| VB | Boolean = object.SizeBox As Boolean | 
| C#.NET | bool Boolean = object.SizeBox; | 
| VC++ | VARIANT_BOOL Boolean = object->SizeBox;  VARIANT_BOOL Boolean = object->GetSizeBox();  | 
| C | HRESULT object->get_SizeBox(VARIANT_BOOL* Boolean); | 
Put
| VB.NET | object.SizeBox = Boolean As Boolean | 
| VB | object.SizeBox = Boolean As Boolean | 
| C#.NET | bool object.SizeBox = Boolean; | 
| VC++ | VARIANT_BOOL object->SizeBox = Boolean;  void object->PutSizeBox(VARIANT_BOOL Boolean);  | 
| C | HRESULT object->put_SizeBox(VARIANT_BOOL Boolean); | 
object
Boolean
Defines whether a sizing box is available.
| Boolean | Description | 
|---|---|
| True | The dropdown list portion of a combo box style control offers a sizing box. | 
| False | A sizing box is not available. | 
The SizeBox property defines whether a sizing box is available.
Combo box style controls (see ControlStyle property) support a sizing box, which allows the dropdown list to be resized. The dropdown list dimensions are saved/restored when using RegistryLocation, SaveLayout or LoadLayout. If a sizing box is available, the horizontal and vertical scrollbars are always visible, but may be disabled if scrolling is not possible.
See Also SftDirectory Object | Object Hierarchy
