Gets or sets how users can start modifying diagram items.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ModificationStart() As EModificationStyle |
C++
Copy Code
|
|---|
public: |
A member of the EModificationStyle enumeration. The default is mdSelectedOnly.
RemarksSets the way users can modify items. In order to manipulate an item, a user must drag its manipulation handles. This property defines when these handles are available. Possible values are:
See Also