MessageBoxMsgBoxOption Constructor |
Create the message box option.
Namespace:
GeonBit.UI.Utils
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MsgBoxOption(
string title,
Func<bool> callback
)
Parameters
- title
- Type: SystemString
Text to write on the button. - callback
- Type: SystemFuncBoolean
Action when clicked. Return false if you want to abort and leave the message opened, return true to close it.
See Also