Wimark.Controls Class Library  

Editor.IsInputKey Event

Occurs when the editor determines whether the specified key is a special key that requires preprocessing.

[Visual Basic]
Public Event IsInputKey As EditorIsInputKeyEventHandler 
[C#]
public event EditorIsInputKeyEventHandler IsInputKey;
[C++]
public: __event EditorIsInputKeyEventHandler* IsInputKey;

Event Data

The event handler receives an argument of type EditorIsInputKeyEventArgs containing data related to this event. The following EditorIsInputKeyEventArgs property provides information specific to this event.

Property Description
HandleKey Gets or sets a value indicating whether the editor should handle the key.
KeyData Gets the key code constant for the key that was pressed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace