Search
FlowChart.AutoScrollType Property
See Also
 



Specifies auto scroll type.

 Syntax

VB6  Copy Code

Public Property Get AutoScrollType() As EScrollType
Public Property Let AutoScrollType( _
    ByVal value As EScrollType _
)

C++  Copy Code

public:
EScrollType get_AutoScrollType ()
void put_AutoScrollType (
    EScrollType value
)

 Property Value

A member of the EScrollType enumeration. The default value is stByFixedAmount.

 See Also