| YUserInteractAlert Method | 
        
        
            Allert the user.
            
        
        Namespace: Upsilon.Common.FormsAssembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
 Syntax
Syntaxpublic static DialogResult Alert(
	string message,
	string title = "Error",
	MessageBoxButtons buttons = MessageBoxButtons.OK
)
Parameters
- message  String
- The message to show.
- title  String  (Optional)
- The title of the message.
- buttons  MessageBoxButtons  (Optional)
- the button to display. By default the MessageBoxButtons.OK
Return Value
DialogResultThe 
DialogResult of the dialog box.
 See Also
See Also