Click or drag to resize

DialogSettings Enumeration

Switch for dialogue behaviour. The specific form of the dialogues is determined in the respective application situation: None: no dialogue, Info: A message is displayed that can only be confirmed. Question: A message is displayed in which a selection can be made (usually Yes/No).

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public enum DialogSettings
Member
Member nameValueDescription of the
None0No dialogue.
Info1A message is issued which can only be confirmed.
Question2A message is displayed in which a selection can be made (usually Yes/No).
See also