Search
FlowChart.TablesScrollable Property
See Also
 



Gets or sets a value indicating whether new tables should be scrollable by default.

 Syntax

VB6  Copy Code

Public Property Get TablesScrollable() As Boolean
Public Property Let TablesScrollable( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_TablesScrollable ()
void put_TablesScrollable (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Default value for Scrollable property of new tables.

 See Also