MouseEventArgs.CtrlKey Property

Definition

true if the control key was down when the event was fired. false otherwise.

public:
 property bool CtrlKey { bool get(); void set(bool value); };
public bool CtrlKey { get; set; }
member this.CtrlKey : bool with get, set
Public Property CtrlKey As Boolean

Property Value

Applies to