Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Namespace: RT.Util.Forms

Assembly: RT.Util
Holds a number of settings that define a message dialog. Provides a method to show the dialog represented, as well as static methods to show some common dialog kinds with most settings at their defaults.
Specifies whether the text in a DlgMessage box should be rendered using EggsML or plain text.
Selects the type of dialog for DlgMessage to show. This specifies the sound and, unless explicitly overridden, the image and caption used to show the dialog.
Provides a simple dialog containing a single-line text box, prompting the user to input some text.
A form which has all the proper minimize/restore methods, and which remembers its position and size between instances of the application.
A window which has all the proper minimize/restore methods, and which remembers its position and size between instances of the application. The size/position/state values are automatically reflected in the settings object whenever the user resizes or moves the window. If XAML supplies an initial size, that size will be used whenever no previous size is available (such as first run).