Click or drag to resize

IQtTreeItem Methods

The IQtTreeItem type exposes the following members.

Methods
  NameDescription
Public methodCallMethod<T>(String,Object[])
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCast<T>
Casts the interface to an interface of another type.
(Inherited from IObject.)
Public methodClick()
Simulates a click on the item column.
Public methodClick(Int32)
Simulates a click on the item column.
Public methodClick(String)
Simulates a click on the item column.
Public methodClick(Int32, ShiftKey)
Simulates a click on the item column.
Public methodClick(String, ShiftKey)
Simulates a click on the item column.
Public methodClickM()
Simulates a click of the middle mouse button on the item column.
Public methodClickM(Int32)
Simulates a click of the middle mouse button on the item column.
Public methodClickM(String)
Simulates a click of the middle mouse button on the item column.
Public methodClickM(Int32, ShiftKey)
Simulates a click of the middle mouse button on the item column.
Public methodClickM(String, ShiftKey)
Simulates a click of the middle mouse button on the item column.
Public methodClickR()
Simulates a right-click on the item column.
Public methodClickR(Int32)
Simulates a right-click on the item column.
Public methodClickR(String)
Simulates a right-click on the item column.
Public methodClickR(Int32, ShiftKey)
Simulates a right-click on the item column.
Public methodClickR(String, ShiftKey)
Simulates a right-click on the item column.
Public methodCollapse
Collapses the item.
Public methodDblClick()
Simulates a double-click on the item column.
Public methodDblClick(Int32)
Simulates a double-click on the item column.
Public methodDblClick(String)
Simulates a double-click on the item column.
Public methodDblClick(Int32, ShiftKey)
Simulates a double-click on the item column.
Public methodDblClick(String, ShiftKey)
Simulates a double-click on the item column.
Public methodDblClickM()
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(Int32)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(String)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(Int32, ShiftKey)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(String, ShiftKey)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickR()
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(Int32)
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(String)
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(Int32, ShiftKey)
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(String, ShiftKey)
Simulates a double-click of the right mouse button on the item column.
Public methodExpand
Expands the item.
Public methodGetProperty<T>
Returns the value of the specified property.
(Inherited from IObject.)
Public methodSetProperty
Sets a value for the specified property.
(Inherited from IObject.)
Top
See Also