Class MessageBox
A message-box dialog
public class MessageBox : Dialog
- Inheritance
-
MessageBox
- Inherited Members
- Extension Methods
Constructors
MessageBox(DialogManager)
Create a new message-box dialog
public MessageBox(DialogManager manager)
Parameters
manager
DialogManagerThe DialogManager instance that provides the resources for rendering of this dialog
Properties
Visible
public bool Visible { get; }
Property Value
Methods
Reset()
public void Reset()
Show(string, MsgBoxType, Action<MsgBoxResult>)
public void Show(string text, MsgBoxType type, Action<MsgBoxResult> callback)
Parameters
text
stringtype
MsgBoxTypecallback
Action<MsgBoxResult>