Search
FlowChart.TableSelStyle Property
See Also
 



Gets or sets the value of the SelStyle property of new tables.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
ESelStyle get_TableSelStyle ()
void put_TableSelStyle (
    ESelStyle value
)

 Property Value

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

 Remarks

Default value for the SelStyle property of new tables created either programmatically or by the user. That property specifies how selected tables are indicated visually, and how they can be moved, resized or linked to other objects.

 See Also