Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CharSearchColumn Property, SftTree Object

Defines the column searched for characters typed by the user.

Deprecated - Provided for compatibility with earlier versions only - Use Items.CharSearchColumn instead

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 SftTree object.

ColIndex

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

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.CharSearchColumn instead

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 SftTree Object | Object Hierarchy


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