ITreeViewItem Interface |
Namespace: SmartBear.TestLeft.TestObjects
The ITreeViewItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Expanded |
Returns true if the item is expanded.
|
![]() | Items |
Returns a collection of ITreeViewItem objects.
|
![]() | Selected |
Returns true if the item is selected.
|
![]() | Text |
Returns the item text.
|
Name | Description | |
---|---|---|
![]() | CallMethod<T>(String,Object[]) |
Invokes the specified method and returns the result.
(Inherited from IObject.) |
![]() | Cast<T> |
Casts the interface to an interface of another type.
(Inherited from IObject.) |
![]() | Click() |
Simulates a click on the item.
|
![]() | Click(ShiftKey) |
Simulates a click on the item.
|
![]() | ClickM() |
Simulates a middle button click on the item.
|
![]() | ClickM(ShiftKey) |
Simulates a middle button click on the item.
|
![]() | 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).
|
![]() | 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).
|
![]() | ClickR() |
Simulates a right-click on the item.
|
![]() | ClickR(ShiftKey) |
Simulates a right-click on the item.
|
![]() | 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).
|
![]() | 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).
|
![]() | ClickXY(Int32, Int32) |
Simulates a click on the item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | 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).
|
![]() | Collapse |
Collapses the item.
|
![]() | DblClick() |
Simulates a double-click on the item.
|
![]() | DblClick(ShiftKey) |
Simulates a double-click on the item.
|
![]() | DblClickM() |
Simulates a double-click of the middle mouse button on the item.
|
![]() | DblClickM(ShiftKey) |
Simulates a double-click of the middle mouse button on the item.
|
![]() | 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).
|
![]() | 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).
|
![]() | DblClickR() |
Simulates a double-click of the right mouse button on the item.
|
![]() | DblClickR(ShiftKey) |
Simulates a double-click of the right mouse button on the item.
|
![]() | 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).
|
![]() | 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).
|
![]() | DblClickXY(Int32, Int32) |
Simulates a double click on the item at (x, y). The top-left coordinate of the item rectangle is (0,0).
|
![]() | 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).
|
![]() | Expand |
Expands the item.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |