Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.CharSearchColumn Property

Defines the column searched for characters typed by the user.

Syntax

Get

VB.NETColNum = object.CharSearchColumn As Short
VBColNum = object.CharSearchColumn As Integer
C#.NETshort ColNum = object.CharSearchColumn;
VC++short ColNum = object->CharSearchColumn;
short ColNum = object->GetCharSearchColumn();
CHRESULT object->get_CharSearchColumn(short* ColNum);

Put

VB.NETobject.CharSearchColumn = ColNum As Short
VBobject.CharSearchColumn = ColNum As Integer
C#.NETshort object.CharSearchColumn = ColNum;
VC++short object->CharSearchColumn = ColNum;
void object->PutCharSearchColumn(short ColNum);
CHRESULT object->put_CharSearchColumn(short ColNum);

object

A SftBoxDropDown 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.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.