|
|
|
|
CharSearchMode Property, SftTree Class |
Defines the search mode for characters typed by the user.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property CharSearchMode As CharSearchModeEnum |
C# |
public CharSearchModeEnum CharSearchMode { get; set; } |
C++ |
public: property CharSearchModeEnum CharSearchMode { |
Property Value
The search mode for characters typed by the user.
Value |
Description |
|
0 | Characters typed are ignored. | |
1 | Starting at the current item, the next item starting with the one single character typed is located and made current. | |
2 | The first item in the tree control that matches the character(s) typed within a short time period is made current. As the user types additional characters, the search continues. If the user pauses for more than two second, the search ends. The next character typed starts a new search. |
The default value is CharSearchModeEnum.AllChars.
Comments
The CharSearchMode property defines the search mode for characters typed by the user.
The CharSearchDisplayColumn property defines the column searched.