 | AppSettingsControlledNodeUserRunDialog property |
Controls the behaviour of the UserRun of a node in a controlled tree,
which is triggered via a TreeEvent and whose start requirements are
are not yet fulfilled:
None: no start possible,
Info: no start possible - a message will be sent,
Question: a Yes/No query with a default value of "No" is displayed.
Defult: Question.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic DialogSettings ControlledNodeUserRunDialog { get; set; }
Public Property ControlledNodeUserRunDialog As DialogSettings
Get
Set
public:
property DialogSettings ControlledNodeUserRunDialog {
DialogSettings get ();
void set (DialogSettings value);
}
member ControlledNodeUserRunDialog : DialogSettings with get, set
Property value
DialogSettings
See also