[ Version ( since = "4.21.0" ) ]
public void set_single_click_timeout (uint single_click_timeout)
If single_click_timeout is a value greater than zero, it specifies the amount of time in milliseconds after which the item
under the mouse cursor will be selected automatically in single click mode.
A value of 0 for single_click_timeout disables the autoselection for
this.
This setting does not have any effect unless the this is in single-click mode, see set_single_click.
| this |
a TreeView. |
| single_click_timeout |
the new timeout or 0 to disable. |