The C1PromptBox type exposes the following members.
Methods
Name | Description | |
---|---|---|
Show(String, String, Action<(Of <<'(String, MessageBoxResult>)>>)) |
Displays a prompt box that has a message, title bar caption, and calls back with the user input.
|
|
Show(String, String, String, Action<(Of <<'(String, MessageBoxResult>)>>)) |
Displays a prompt box that has a message, title bar caption, content with a default value, and calls back with the user input.
|
Properties
Name | Description | |
---|---|---|
ContentStyle |
Gets or sets the Style that defines the appearance of the window's content.
|
|
WindowStyle |
Gets or sets the Style that defines the appearance of the window.
|