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 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