Click or drag to resize

IQtTreeWidgetClickItem Method

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