IQtTreeWidgetClickItem Method |
| Name | Description | |
|---|---|---|
| ClickItem(Int32) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(String) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(Int32, Int32) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(Int32, String) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(String, Int32) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(String, String) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(Int32, Int32, ShiftKey) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(Int32, String, ShiftKey) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(String, Int32, ShiftKey) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
| |
| ClickItem(String, String, ShiftKey) |
Moves the mouse cursor to the specified item and column and then simulates a single click.
|