Gets or sets a value indicating how the arrow keys are handled by FlowChartX.
SyntaxVB6
Copy Code
|
|---|
Public Property Get KbdBehavior() As EKbdBehavior |
C++
Copy Code
|
|---|
public: |
A member of the EKbdBehavior enumeration. The default is kbScrollView.
RemarksDefines the function of the arrow keys on the keyboard. Pressing those keys scrolls the document, if the default mode kbScrollView is used. In the other mode (kbMoveObjects) the arrow keys move the selected diagram object in the respective directions.
See Also