IBarItemClickable Methods |
The IBarItemClickable type exposes the following members.
Name | Description | |
---|---|---|
CallMethodT(String, Object) |
Invokes the specified method and returns the result.
(Inherited from IObject.) | |
CastT |
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 middle button click on the item.
| |
ClickMXY(Int32, Int32, ShiftKey) |
Simulates a middle button click on the item.
| |
ClickR |
Simulates a right-click on the item.
| |
ClickR(ShiftKey) |
Simulates a right-click on the item.
| |
ClickRXY(Int32, Int32) |
Simulates a right-click on the item.
| |
ClickRXY(Int32, Int32, ShiftKey) |
Simulates a right-click on the item.
| |
ClickXY(Int32, Int32) |
Simulates a click on the item.
| |
ClickXY(Int32, Int32, ShiftKey) |
Simulates a click on 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.
| |
DblClickMXY(Int32, Int32, ShiftKey) |
Simulates a double-click of the middle mouse button on the item.
| |
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.
| |
DblClickRXY(Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button on the item.
| |
DblClickXY(Int32, Int32) |
Simulates a double-click on the item.
| |
DblClickXY(Int32, Int32, ShiftKey) |
Simulates a double-click on the item.
| |
GetPropertyT |
Returns the value of the specified property.
(Inherited from IObject.) | |
SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |