Interface implemented by class that provides an Action/Target mecanism.
| C# | Visual Basic | Visual C++ |
public interface IDoubleActionProvider : IActionProvider
Public Interface IDoubleActionProvider _ Inherits IActionProvider
public interface class IDoubleActionProvider : IActionProvider
| All Members | Properties | Events | |||
| Icon | Member | Description |
|---|---|---|
| Action |
Returns the default action-message selector associated with the control.
(Inherited from IActionProvider.) | |
| ActionEvent |
Occurs when an action is triggered.
(Inherited from IActionProvider.) | |
| DoubleAction |
Returns the default action-message selector associated with the control.
| |
| DoubleActionEvent |
Occurs when a double-action is triggered.
| |
| Target |
Returns the target object of the receiver.
(Inherited from IActionProvider.) |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)