|
|
|
SftTreeItems.CharSearchColumn Property |
Defines the column searched for characters typed by the user.
Syntax
VB.NET |
ColIndex = object.CharSearchColumn As Short |
||
VB |
ColIndex = object.CharSearchColumn As Integer |
||
C#.NET |
short ColIndex = object.CharSearchColumn; |
||
VC++ |
short ColIndex = object->CharSearchColumn;
|
||
C |
HRESULT object->get_CharSearchColumn(short* ColIndex); |
||
Delphi |
ColIndex := object.CharSearchColumn : Smallint; |
||
VB.NET |
object.CharSearchColumn = ColIndex As Short |
||
VB |
object.CharSearchColumn = ColIndex As Integer |
||
C#.NET |
short object.CharSearchColumn = ColIndex; |
||
VC++ |
short object->CharSearchColumn = ColIndex;
|
||
C |
HRESULT object->put_CharSearchColumn(short ColIndex); |
||
Delphi |
object.CharSearchColumn := ColIndex : Smallint; |
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