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.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxDynamicList DynamicConnectionList { get; }
Visual Basic
Public ReadOnly Property DynamicConnectionList As GwxDynamicList
	Get
JScript
function get DynamicConnectionList () : GwxDynamicList

See Also