Search
EModificationStyle Enumeration
See Also
 



Specifies how users can start modification of diagram items; members of the enumeration can be assigned to the ModificationStart property.

 Syntax

VB6  Copy Code

Public Enum EModificationStyle

C++  Copy Code

enum EModificationStyle

 Members

  Member name Value Description

mdSelectedOnly

0

The users must select an item in order to modify it.

mdAutoHandles

1

Selection handles appear automatically around an item when it is pointed with the mouse, and users can immediately start modifying the item by dragging a handle.

 See Also