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

PathVObjectCreateDesigner.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
Public Overridable Function NotifyKeyDown ( _
	e As KeyEventArgs _
) As Boolean
C#
public virtual 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.

Remarks

If the designer is not able to handle this event, the input is forwarded to the DefaultDesigner.

See Also

Reference