Search
HtmlBuilder.Document Property
See Also
 



Gets or sets the FlowChart for which to create a corresponding HTML image map.

 Syntax

VB6  Copy Code

Public Property Get Document() As FlowChart
Public Property Let Document( _
    ByVal Value As FlowChart _
)

C++  Copy Code

public:
FlowChart* get_Document ()
void put_Document (
    FlowChart* value
)

 Property Value

A reference to a FlowChart instance. The default is null (Nothing in Visual Basic).

 See Also