Click or drag to resize

ITreeViewItem Interface

A tree view item object.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface ITreeViewItem : IObject

The ITreeViewItem type exposes the following members.

Properties
  NameDescription
Public propertyExpanded
Returns true if the item is expanded.
Public propertyItems
Returns a collection of ITreeViewItem objects.
Public propertySelected
Returns true if the item is selected.
Public propertyText
Returns the item text.
Top
Methods
  NameDescription
Public methodCallMethodT(String, Object)
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCastT
Casts the interface to an interface of another type.
(Inherited from IObject.)
Public methodClick
Simulates a click on the item.
Public methodClick(ShiftKey)
Simulates a click on the item.
Public methodClickM
Simulates a middle button click on the item.
Public methodClickM(ShiftKey)
Simulates a middle button click on the item.
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).
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).
Public methodClickR
Simulates a right-click on the item.
Public methodClickR(ShiftKey)
Simulates a right-click on the item.
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).
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).
Public methodClickXY(Int32, Int32)
Simulates a click on the item. The top-left coordinate of the item rectangle is (0,0).
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).
Public methodCollapse
Collapses the item.
Public methodDblClick
Simulates a double-click on the item.
Public methodDblClick(ShiftKey)
Simulates a double-click on the item.
Public methodDblClickM
Simulates a double-click of the middle mouse button on the item.
Public methodDblClickM(ShiftKey)
Simulates a double-click of the middle mouse button on the item.
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).
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).
Public methodDblClickR
Simulates a double-click of the right mouse button on the item.
Public methodDblClickR(ShiftKey)
Simulates a double-click of the right mouse button on the item.
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).
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).
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).
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).
Public methodExpand
Expands the item.
Public methodGetPropertyT
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