This documentation is for the old version. Go to the latest Graphics Mill docs

IDesigner.NotifyKeyDown Method

Performs actions that should be taken when the KeyDown event occurs.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Function NotifyKeyDown ( _
	e As KeyEventArgs _
) As Boolean
C#
                bool NotifyKeyDown(
	KeyEventArgs e
)

Parameters

e

Type: System.Windows.Forms.KeyEventArgs

A KeyEventArgs object that contains the event data.

Return Value

true, if the designer was able to handle this event; otherwise, false.

See Also

Reference