<Code Lib>
2022 Method
Changes 0
M

DoubleClickOptions.IsSupportedAction

Description:
Checks whether the specified double-click target supports the specified action.

public bool IsSupportedAction(
	DoubleClickTarget target,
	DoubleClickAction action
)

Return Value bool True if the target supports the specified action, false otherwise.

Loading…