Interface IClickable
Indicates that this object can be clicked.
public interface IClickable
Methods
Click(ClickArgs)
Clicks on this object using the specified ClickArgs.
void Click(ClickArgs args)
Parameters
argsClickArgsThe click arguments that will be used for the click.
Click(MouseButton)
Clicks on this object.
void Click(MouseButton button = MouseButton.Left)
Parameters
buttonMouseButtonOptional. The mouse button that performs the click. Possible Values: MouseButton. Default = MouseButton.Left.