ITreeViewItemThreeStateCheckable Interface |
Namespace: SmartBear.TestLeft.TestObjects
The ITreeViewItemThreeStateCheckable type exposes the following members.
Name | Description | |
---|---|---|
Expanded |
Returns true if the item is expanded.
(Inherited from ITreeViewItem.) | |
Items |
Returns a collection of ITreeViewItem objects.
(Inherited from ITreeViewItem.) | |
Selected |
Returns true if the item is selected.
(Inherited from ITreeViewItem.) | |
State |
Returns the item state, that is, Unchecked, Checked or Grayed.
| |
Text |
Returns the item text.
(Inherited from ITreeViewItem.) |
Name | Description | |
---|---|---|
CallMethodT(String, Object) |
Invokes the specified method and returns the result.
(Inherited from IObject.) | |
CastT |
Casts the interface to an interface of another type.
(Inherited from IObject.) | |
Check |
Sets the item state.
| |
Click |
Simulates a click on the item.
(Inherited from ITreeViewItem.) | |
Click(ShiftKey) |
Simulates a click on the item.
(Inherited from ITreeViewItem.) | |
ClickM |
Simulates a middle button click on the item.
(Inherited from ITreeViewItem.) | |
ClickM(ShiftKey) |
Simulates a middle button click on the item.
(Inherited from ITreeViewItem.) | |
ClickMXY(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.) | |
ClickMXY(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.) | |
ClickR |
Simulates a right-click on the item.
(Inherited from ITreeViewItem.) | |
ClickR(ShiftKey) |
Simulates a right-click on the item.
(Inherited from ITreeViewItem.) | |
ClickRXY(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.) | |
ClickRXY(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.) | |
ClickXY(Int32, Int32) |
Simulates a click on the item. The top-left coordinate of the item rectangle is (0,0).
(Inherited from ITreeViewItem.) | |
ClickXY(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.) | |
Collapse |
Collapses the item.
(Inherited from ITreeViewItem.) | |
DblClick |
Simulates a double-click on the item.
(Inherited from ITreeViewItem.) | |
DblClick(ShiftKey) |
Simulates a double-click on the item.
(Inherited from ITreeViewItem.) | |
DblClickM |
Simulates a double-click of the middle mouse button on the item.
(Inherited from ITreeViewItem.) | |
DblClickM(ShiftKey) |
Simulates a double-click of the middle mouse button on the item.
(Inherited from ITreeViewItem.) | |
DblClickMXY(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.) | |
DblClickMXY(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.) | |
DblClickR |
Simulates a double-click of the right mouse button on the item.
(Inherited from ITreeViewItem.) | |
DblClickR(ShiftKey) |
Simulates a double-click of the right mouse button on the item.
(Inherited from ITreeViewItem.) | |
DblClickRXY(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.) | |
DblClickRXY(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.) | |
DblClickXY(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.) | |
DblClickXY(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.) | |
Expand |
Expands the item.
(Inherited from ITreeViewItem.) | |
GetPropertyT |
Returns the value of the specified property.
(Inherited from IObject.) | |
SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |