Gets or sets the FlowChart for which to create a corresponding HTML image map.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Document() As FlowChart |
C++
Copy Code
|
|---|
public: |
A reference to a FlowChart instance. The default is null (Nothing in Visual Basic).
See Also