Click or drag to resize

IBarItemClickable Interface

The test interface for toolbar and ribbon items that accept mouse clicks.

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

The IBarItemClickable type exposes the following members.

Properties
  NameDescription
Public propertyItems
Returns the Item Collection object.
(Inherited from IBarItem.)
Public propertyText
Returns the item text.
(Inherited from IBarItem.)
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 middle button click on the item.
Public methodClickMXY(Int32, Int32, ShiftKey)
Simulates a middle button click on the item.
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 right-click on the item.
Public methodClickRXY(Int32, Int32, ShiftKey)
Simulates a right-click on the item.
Public methodClickXY(Int32, Int32)
Simulates a click on the item.
Public methodClickXY(Int32, Int32, ShiftKey)
Simulates a click on 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.
Public methodDblClickMXY(Int32, Int32, ShiftKey)
Simulates a double-click of the middle mouse button on the item.
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.
Public methodDblClickRXY(Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button on the item.
Public methodDblClickXY(Int32, Int32)
Simulates a double-click on the item.
Public methodDblClickXY(Int32, Int32, ShiftKey)
Simulates a double-click on 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