Click or drag to resize

ITreeViewItemThreeStateCheckable Methods

The ITreeViewItemThreeStateCheckable 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 methodCheck
Sets the item state.
Public methodClick()
Simulates a click on the item.
(Inherited from ITreeViewItem.)
Public methodClick(ShiftKey)
Simulates a click on the item.
(Inherited from ITreeViewItem.)
Public methodClickM()
Simulates a middle button click on the item.
(Inherited from ITreeViewItem.)
Public methodClickM(ShiftKey)
Simulates a middle button click on the item.
(Inherited from ITreeViewItem.)
Public methodClickMXY(Int32, Int32)
Simulates a click of the middle mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodClickMXY(Int32, Int32, ShiftKey)
Simulates a click of the middle mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodClickR()
Simulates a right-click on the item.
(Inherited from ITreeViewItem.)
Public methodClickR(ShiftKey)
Simulates a right-click on the item.
(Inherited from ITreeViewItem.)
Public methodClickRXY(Int32, Int32)
Simulates a click of the right mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodClickRXY(Int32, Int32, ShiftKey)
Simulates a click of the right mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodClickXY(Int32, Int32)
Simulates a click on the item. The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodClickXY(Int32, Int32, ShiftKey)
Simulates a click on the item at (x, y) with the Shift key pressed. The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodCollapse
Collapses the item.
(Inherited from ITreeViewItem.)
Public methodDblClick()
Simulates a double-click on the item.
(Inherited from ITreeViewItem.)
Public methodDblClick(ShiftKey)
Simulates a double-click on the item.
(Inherited from ITreeViewItem.)
Public methodDblClickM()
Simulates a double-click of the middle mouse button on the item.
(Inherited from ITreeViewItem.)
Public methodDblClickM(ShiftKey)
Simulates a double-click of the middle mouse button on the item.
(Inherited from ITreeViewItem.)
Public methodDblClickMXY(Int32, Int32)
Simulates a double click of the middle mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodDblClickMXY(Int32, Int32, ShiftKey)
Simulates a double click of the middle mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodDblClickR()
Simulates a double-click of the right mouse button on the item.
(Inherited from ITreeViewItem.)
Public methodDblClickR(ShiftKey)
Simulates a double-click of the right mouse button on the item.
(Inherited from ITreeViewItem.)
Public methodDblClickRXY(Int32, Int32)
Simulates a double click of the right mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodDblClickRXY(Int32, Int32, ShiftKey)
Simulates a double click of the right mouse button on the item at (X,Y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodDblClickXY(Int32, Int32)
Simulates a double click on the item at (x, y). The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodDblClickXY(Int32, Int32, ShiftKey)
Simulates a double click on the item at (x, y) with the Shift key pressed. The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.)
Public methodExpand
Expands the item.
(Inherited from ITreeViewItem.)
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