[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den Standardwert für die Aktivitätsbedingung zurück.
Ist ConditionHandler()()()() gleich null oder führt
die Ausführung des Delegaten fehl, wird dieser Standardwert verwendet.
Namespace: DynamicNode.Ext.GuiAssembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)
Syntax
| C# |
|---|
public bool ConditionDefault { get; set; } |
| Visual Basic |
|---|
Public Property ConditionDefault As Boolean
Get
Set |
| F# |
|---|
member ConditionDefault : bool with get, set
|
Field Value
true wenn der Befehl aktiv sein soll, falls die Aktivitätsprüfung nicht funktioniert,
sonst
false.
See Also