Identifies the type of the diagram's active item; the enumeration members are used as values of the ActiveItemType property.
SyntaxVB6
Copy Code
|
|---|
Public Enum EActiveItem |
C++
Copy Code
|
|---|
enum EActiveItem |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
aiNone |
0 | There isn't any item selected. |
![]() |
aiBox |
1 | The active item is a box. |
![]() |
aiArrow |
2 | The active item is an arrow. |
![]() |
aiTable |
3 | The active item is a table. |
![]() |
aiDecoration |
4 | The active item is a DecorationLine. |
See Also