WidgetDialog Description class Tinman.Engine.Widgets.WidgetDialog Derived from Container ITextProperty Extended by Example_WidgetDialog sealed Base class for widget dialogs. See also IWidgetGui.DialogShow Public / Constructors Build [OwnerReturn] public static method Build → () returns → WidgetDialogBuilder The dialog builder. Builds a new widget dialog. WidgetDialog public constructor WidgetDialog → () Creates a new instance of WidgetDialog. Public / Attributes Identifier public attribute Identifier → (get) value : string The dialog identifier or null The dialog identifier that has been passed to IWidgetGui.DialogShow. OnDialogEvent public attribute OnDialogEvent → (get) value : IEventGeneric<DialogEventArgs> [not-null] The event object. Event for dialog events. UserData public attribute UserData → (get,set) value : object The user data object or null. Optional user data object of this widget dialog. Protected / Methods Cancel protected method Cancel → () Cancels this dialog. See also DialogResultCode.Cancel Ok protected method Ok → (1) value opt : object = null Optional result value. Finishes this dialog. See also DialogResultCode.Ok WidgetConfig WidgetDialogBuilder