Gets or sets a value that indicates the style of the arrow's selection handles.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SelStyle() As ESelStyle |
C++
Copy Code
|
|---|
public: |
A member of the ESelStyle enumeration.
RemarksSpecifies how arrow's selection status is indicated visually. You can choose between the following styles:
The selection is indicated by drawing square handles at the position of each control point. | |
The selection is indicated by drawing dashed line segments along the arrow's segments. In addition, there are square selection handles drawn at the location of each control point of the arrow. | |
FlowChartX raises the DrawSelHandles events to let your application perform custom drawing of arrow's selection handles. |
See Also