SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
SftTree/NET 2.0 - Tree Control
Defines the column searched for characters typed by the user.
Get
| VB.NET | ColNum = object.CharSearchColumn As Short |
| VB | ColNum = object.CharSearchColumn As Integer |
| C#.NET | short ColNum = object.CharSearchColumn; |
| VC++ | short ColNum = object->CharSearchColumn; short ColNum = object->GetCharSearchColumn(); |
| C | HRESULT object->get_CharSearchColumn(short* ColNum); |
Put
| VB.NET | object.CharSearchColumn = ColNum As Short |
| VB | object.CharSearchColumn = ColNum As Integer |
| C#.NET | short object.CharSearchColumn = ColNum; |
| VC++ | short object->CharSearchColumn = ColNum; void object->PutCharSearchColumn(short ColNum); |
| C | HRESULT object->put_CharSearchColumn(short ColNum); |
object
ColNum
Defines the zero-based column number searched for characters typed by the user. If -1 is specified, the first displayed column is searched.
The CharSearchColumn property defines the column searched for characters typed by the user.
If an item is selected, the edit control portion displays the cell of specified column.
The DropDown.CharSearchMode property defines how typed characters are matched to items in the combo box.
See Also SftBoxDropDown Object | Object Hierarchy
