DoubleClickOptions.IsSupportedAction
Method
Description:
Checks whether the specified double-click target supports the specified action.
Checks whether the specified double-click target supports the specified action.
Parameters
| Parameter | Type | Description |
|---|---|---|
| target | DoubleClickTarget | The double-click target to check. |
| action | DoubleClickAction | The desired double-click action. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the target supports the specified action, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |