Search
ERestrictToDoc Enumeration
See Also
 



Members of this enumeration can be assigned to the RestrObjsToDoc property to specify whether items can be dragged outside the document boundary.

 Syntax

VB6  Copy Code

Public Enum ERestrictToDoc

C++  Copy Code

enum ERestrictToDoc

 Members

  Member name Value Description

rdNoRestriction

0

There isn't any restriction on where items can be placed.

rdIntersection

1

At least a part of an item must be always inside the document area.

rdInsideOnly

2

The whole item must be inside the document area.

 See Also