Click or drag to resize

IBarItemClickable Methods

The IBarItemClickable type exposes the following members.

Methods
  NameDescription
Public methodCallMethod<T>(String,Object[])
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCast<T>
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 methodGetProperty<T>
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