Gets or sets a value indicating how the control responds to user actions.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Behavior() As EBehavior |
C++
Copy Code
|
|---|
public: |
A member of the EBehavior enumeration. The default is bhFlowChart.
RemarksSpecifies how FlowChartX responds to mouse actions. The following values are currently supported:
See Also