Gets the active Box object.
VB6
![]() |
---|
Public Property Get ActiveBox() As Box |
C++
![]() |
---|
public: |
A reference to a Box object.
If the active object is not a box or if there is no selection, a null reference (Nothing in Visual Basic) is returned. If multiple selection is disabled, the active object is the only one selected. If multiple selection is enabled, the active object is one of the objects in the selection marked with a different color. A possible usage of this object is to align all selected items to it.
FlowChartX Programmer's Guide | © 2023 MindFusion |