Gets or sets a value indicating whether items can be placed outside the diagram scrollable area.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RestrObjsToDoc() As ERestrictToDoc |
C++
Copy Code
|
|---|
public: |
A member of the ERestrictToDoc enumeration. The default is rdIntersection.
RemarksControls whether a user can drag diagram items outside document area set by SetDocSize method. Possible values are:
See Also