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 the drop down portion is shown when the user types characters.
Get
VB.NET | Boolean = object.DropOnInput As Boolean |
VB | Boolean = object.DropOnInput As Boolean |
C#.NET | bool Boolean = object.DropOnInput; |
VC++ | VARIANT_BOOL Boolean = object->DropOnInput; VARIANT_BOOL Boolean = object->GetDropOnInput(); |
C | HRESULT object->get_DropOnInput(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.DropOnInput = Boolean As Boolean |
VB | object.DropOnInput = Boolean As Boolean |
C#.NET | bool object.DropOnInput = Boolean; |
VC++ | VARIANT_BOOL object->DropOnInput = Boolean; void object->PutDropOnInput(VARIANT_BOOL Boolean); |
C | HRESULT object->put_DropOnInput(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the drop down portion is shown when the user types characters.
Boolean | Description |
---|---|
True | The drop down portion automatically becomes visible when the control has the input focus and the user types characters. |
False | The drop down portion does not change when the user types characters. |
The DropOnInput property defines whether the drop down portion is shown when the user types characters.
The DropDown.Dropped property can be used to display and hide the drop down portion.
This property has no effect on a simple combo box.
See Also SftBoxDropDown Object | Object Hierarchy