KeyboardMode Property

3D Graph Control

KeyboardMode Property

Syntax

Object.KeyboardMode

Data Type

CWKeyboardModes

You can use the following constants with this data type:

  • cwKeyboardHandled–Keystrokes are processed by the control.
  • cwKeyboardNone–Keystrokes are ignored by the control.

Applies To

CWGraph3D

Purpose

Specifies how the control handles keyboard input from the user.