Search
FlowChart.BoxSelStyle Property
See Also
 



Gets or sets the initial value of the SelStyle property of new boxes.

 Syntax

VB6  Copy Code

Public Property Get BoxSelStyle() As ESelStyle
Public Property Let BoxSelStyle( _
    ByVal Value As ESelStyle _
)

C++  Copy Code

public:
ESelStyle get_BoxSelStyle ()
void put_BoxSelStyle (
    ESelStyle value
)

 Property Value

A member of the ESelStyle enumeration. The default is sstSquareHandles.

 Remarks

Default 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