Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CharSearchColumn Property, SftTreeItems Object

Defines the column searched for characters typed by the user.

Syntax

Get

VB.NETColIndex = object.CharSearchColumn As Short
VBColIndex = object.CharSearchColumn As Integer
C#.NETshort ColIndex = object.CharSearchColumn;
VC++short ColIndex = object->CharSearchColumn;
short ColIndex = object->GetCharSearchColumn();
CHRESULT object->get_CharSearchColumn(short* ColIndex);

Put

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

object

A SftTreeItems object.

ColIndex

Defines the column searched for characters typed by the user. Specify -1 to search the first displayed column.

Comments

The CharSearchColumn property defines the column searched for characters typed by the user.

The Items.CharSearchMode property defines the search mode for characters typed by the user.

See Also SftTreeItems Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.