Search
FlowChart.NowLoading Property
See Also
 



Gets a value indicating whether the control is in the process of loading a diagram.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_NowLoading ()
void put_NowLoading (
    bool value
)

 Property Value

A boolean value.

 See Also