Search
FlowChart.ActiveItemType Property
See Also
 



Gets the type of the active object.

 Syntax

VB6  Copy Code

Public Property Get ActiveItemType() As EActiveItem

C++  Copy Code

public:
EActiveItem get_ActiveItemType ()

 Property Value

A member of the EActiveItem enumeration.

 Remarks

The following property values are possible:

  • aiNone - no object is selected;
  • aiBox - the active object is a box and the ActiveBox property holds reference to it;
  • aiArrow - the active object is an arrow and the ActiveArrow property holds reference to it;
  • aiTable - the active object is a table and the ActiveTable property holds reference to it;

 See Also