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