Gets or sets the initial value for the SelStyle property of new arrows.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ArrowSelStyle() As ESelStyle |
C++
Copy Code
|
|---|
public: |
A member of the ESelStyle enumeration. The default value is sstSquareHandles.
RemarksDefault value for the SelStyle property of new arrows, created either programmatically or by a user. That property specifies how arrows' selection status is indicated visually.
See Also