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 the width of the drop down button.
Get
| VB.NET | Style = object.DropDownWidth As SftMaskDropDownWidthConstants | 
| VB | Style = object.DropDownWidth As SftMaskDropDownWidthConstants | 
| C#.NET | SftMaskDropDownWidthConstants Style = object.DropDownWidth; | 
| VC++ | enum SftMaskDropDownWidthConstants Style = object->DropDownWidth; enum SftMaskDropDownWidthConstants Style = object->GetDropDownWidth(); | 
| C | HRESULT object->get_DropDownWidth(enum SftMaskDropDownWidthConstants* Style); | 
Put
| VB.NET | object.DropDownWidth = Style As SftMaskDropDownWidthConstants | 
| VB | object.DropDownWidth = Style As SftMaskDropDownWidthConstants | 
| C#.NET | SftMaskDropDownWidthConstants object.DropDownWidth = Style; | 
| VC++ | enum SftMaskDropDownWidthConstants object->DropDownWidth = Style; void object->PutDropDownWidth(enum SftMaskDropDownWidthConstants Style); | 
| C | HRESULT object->put_DropDownWidth(enum SftMaskDropDownWidthConstants Style); | 
object
Style
Defines the width of the drop down button.
| Name | Value | Description | 
|---|---|---|
| ddwidthSftMaskNormal | 0 | Normal - The width of the drop down button is determined automatically (based on the control's height) to make the button appear as square as possible. | 
| ddwidthSftMaskVScroll | 1 | Width of a vertical scrollbar - The width of the drop down button is identical to the width of a vertical scrollbar as defined by the Windows API GetSystemMetrics(SM_CXVSCROLL) and a down arrow is displayed. | 
| ddwidthSftMaskCalendar | 2 | On Windows Vista and above, if Windows themes are used, the drop down button is two times the width of a vertical scrollbar and an icon representing a popup calendar is displayed instead of a down arrow. On earlier operating systems or if Windows themes are not used, the ddwidthSftMaskCalendar is equivalent to ddwidthSftMaskVScroll. | 
The DropDownWidth property defines the width of the drop down button.
The EditStyle property controls the presence of the drop down button.
See Also SftMask Object | Object Hierarchy
