Gets or sets the FlowChart whose contents to display in the Overview control.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Document() As FlowChart |
C++
Copy Code
|
|---|
public: |
A reference to a FlowChart instance.
RemarksMost development environments do not show this property in their property browser and it can be set only via code. A suitable place for that is the Load event handler for the form containing the Overview control.
See Also