HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
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.

Examples

VB6

      BeginProperty Items {9EBAA93C-293D-44FA-9989-08F078763A1F} 
         AutoExpandDragDrop=   1
         AutoExpandHover =   0
         BackColor       =   -2147483643
         BackColorOdd    =   -2147483643
         CalcLimit       =   0
         CalcVisibleOnly =   0
         Cell3D          =   0
         CharSearchColumn=   -1
         CharSearchMode  =   1
         DropHighlightColor=   -2147483635
         DropHighlightStyle=   1
         EditNoFocusStyle=   2
         FlybyHighlight  =   1
         ForeColor       =   -2147483640
         ForeColorOdd    =   -2147483640

See Also SftTreeItems Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.