DiagramKeyEventArgs.Control Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the CTRL key was pressed.
public:
property bool Control { bool get(); };
public bool Control { get; }
member this.Control : bool
Public ReadOnly Property Control As Boolean