Search
FlowChart.ChangeBehavior Method
See Also
 



Sets how the control responds to user actions.

 Syntax

VB6  Copy Code

Public Sub ChangeBehavior( _
    ByVal newVal As EBehavior, _
    ByVal bClearSelection As Boolean _
)

C++  Copy Code

public:
void ChangeBehavior (
    EBehavior newVal,
    bool bClearSelection
)

 Parameters

newVal

A member of the EBehavior enumeration.

bClearSelection

true to clear selection, or false otherwise.

 See Also