Search
FlowChart.TableScrollUI Property
See Also
 



Gets or sets what type of scroll UI to show in Table nodes.

 Syntax

VB6  Copy Code

Public Property Get TableScrollUI() As ETableScrollUI
Public Property Let TableScrollUI( _
    ByVal value As ETableScrollUI _
)

C++  Copy Code

public:
ETableScrollUI get_TableScrollUI ()
void put_TableScrollUI (
    ETableScrollUI value
)

 Property Value

A member of the ETableScrollUI enumeration. The default value is uiScrollButtons.

 Remarks

This property must be set before creating any tables.

 See Also