Click or drag to resize
GeneralRulesIsMouseButtonPressed Method
Determines if the specified mouse button is pressed.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual bool IsMouseButtonPressed(
	MouseButtons Button
)

Parameters

Button
Type: System.Windows.FormsMouseButtons
Specifies which button to check.

Return Value

Type: Boolean
True if the button is pressed, false if it is not pressed.
See Also