Search
EKbdBehavior Enumeration
See Also
 



Members of this enumeration can be assigned to the KbdBehavior property to specify how the arrow keys are handled by FlowChartX.

 Syntax

VB6  Copy Code

Public Enum EKbdBehavior

C++  Copy Code

enum EKbdBehavior

 Members

  Member name Value Description

kbScrollView

0

The arrow keys scroll the view.

kbMoveObjects

1

The arrow keys move the selected object.

 See Also