The C1PromptBox type exposes the following members.

Methods

  Name Description
Public method Static member 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.
Public method Static member 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
Public property Static member ContentStyle
Gets or sets the Style that defines the appearance of the window's content.
Public property Static member WindowStyle
Gets or sets the Style that defines the appearance of the window.

See Also