|
|
|
|
CharSearchDisplayColumn Property, SftTree Class |
Defines the column searched for characters typed by the user.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property CharSearchDisplayColumn As Integer |
C# |
public int CharSearchDisplayColumn { get; set; } |
C++ |
public: property int CharSearchDisplayColumn { |
Property Value
The column index of the column to be searched.
The default value is 0.
Comments
The CharSearchDisplayColumn property defines the column searched for characters typed by the user.
The CharSearchMode property defines the search mode for characters typed by the user.