DevMessageBoxShow(String) Method
Displays a message box with specified text.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual DialogResult Show(
string text
)
Public Overridable Function Show (
text As String
) As DialogResult
Dim instance As DevMessageBox
Dim text As String
Dim returnValue As DialogResult
returnValue = instance.Show(text)
public:
virtual DialogResult Show(
String^ text
)
abstract Show :
text : string -> DialogResult
override Show :
text : string -> DialogResult
No code example is currently available or this language may not be supported.
- text String
-
The text to display in the message box.
DialogResult
One of the
DialogResult values.