Click or drag to resize

IQtTreeWidgetDblClickItem Method

Overload List
  NameDescription
Public methodDblClickItem(Int32)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(String)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(Int32, Int32)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(Int32, String)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(String, Int32)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(String, String)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(Int32, Int32, ShiftKey)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(Int32, String, ShiftKey)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(String, Int32, ShiftKey)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Public methodDblClickItem(String, String, ShiftKey)
Moves the mouse cursor to the specified item and column then simulates a double-click.
Top
See Also