|
|
|
SftTree.CharSearchColumn Property |
Defines the column searched for characters typed by the user.
Deprecated - Provided for compatibility with earlier versions only - Use Items.CharSearchColumn instead
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 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