This list is used internally to compose a list of multiple dynamics
to a single more complex/powerful dynamic object. A prime example
of this is the
GwxPickMenuItem dynamic configured to display a popup menu. In
this case, the DynamicConnectionList is used to create a tree of child
GwxPick objects, each representing a different command item on the menu.
Other dynamics that use this list are
GwxStateSelector,
GwxRangeSelector, and
GwxProcessPoint.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Visual Basic |
---|
Public ReadOnly Property DynamicConnectionList As GwxDynamicList
Get |
See Also