Gets or sets the FlowChart document this ruler is associated with.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Document() As FlowChart |
C++
Copy Code
|
|---|
public: |
A FlowChart instance.
RemarksThe Ruler control does not act as an ActiveX control container, but it and the FlowChart are siblings in the form's hierarchy. As such, make sure the ruler is behind the flowchart in the form's Z order, by using form editor's commands such as "bring to back". Once this property is set, the ruler automatically resizes the flowchart to make it fit between the ruler scales.
See Also