Click or drag to resize

ITreeViewItemThreeStateCheckable Interface

The test interface for the tree view items that have three-state check boxes.

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

The ITreeViewItemThreeStateCheckable type exposes the following members.

Properties
  NameDescription
Public propertyExpanded
Returns true if the item is expanded.
(Inherited from ITreeViewItem.)
Public propertyItems
Returns a collection of ITreeViewItem objects.
(Inherited from ITreeViewItem.)
Public propertySelected
Returns true if the item is selected.
(Inherited from ITreeViewItem.)
Public propertyState
Returns the item state, that is, Unchecked, Checked or Grayed.
Public propertyText
Returns the item text.
(Inherited from ITreeViewItem.)
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 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 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