[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt das Cockpitsteuerelement zurück.

Namespace: DynamicNode.Ext.Cockpit
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)

Syntax

C#
public abstract BaseCockpitControl CockpitControl { get; }
Visual Basic
Public MustOverride ReadOnly Property CockpitControl As BaseCockpitControl
	Get
F#
abstract CockpitControl : BaseCockpitControl

Field Value

Das Cockpit-Steuerelement.

See Also