Gets or sets the initial value of the SelStyle property of new boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxSelStyle() As ESelStyle |
C++
Copy Code
|
|---|
public: |
A member of the ESelStyle enumeration. The default is sstSquareHandles.
RemarksDefault value for the SelStyle property of new boxes created either programmatically or by the user. That property specifies how selected boxes are indicated visually, and how they can be moved, resized or linked to other objects.
See Also