C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.MessageBox.SuperMessageBox

Inheritance: System.Windows.Controls.ChildWindow
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
CancelButtonClick void
ChildWindow_Closed void
NoButtonClick void
SuperMessageBox_OnMouseRightButtonDown void
YesButtonClick void

Public Methods

Method Description
SuperMessageBox ( string caption, string message, MessageBoxType messageBoxType, System.Action callbackOnYes = null, System.Action callbackOnNo = null, System.Action callbackOnCancel = null ) : System
SuperMessageBox ( string caption, string message, string yesButtonText, MessageBoxType messageBoxType, System.Action callbackOnOk = null ) : System
SuperMessageBox ( string caption, string message, string yesButtonText, string noButtonText, MessageBoxType messageBoxType, System.Action callbackOnOk = null, System.Action callbackOnNo = null ) : System
SuperMessageBox ( string caption, string message, string yesButtonText, string noButtonText, string cancelButtonText, MessageBoxType messageBoxType, System.Action callbackOnOk = null, System.Action callbackOnNo = null, System.Action callbackOnCancel = null ) : System

Private Methods

Method Description
CancelButtonClick ( object sender, RoutedEventArgs e ) : void
ChildWindow_Closed ( object sender, EventArgs e ) : void
NoButtonClick ( object sender, RoutedEventArgs e ) : void
SuperMessageBox_OnMouseRightButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
YesButtonClick ( object sender, RoutedEventArgs e ) : void

Method Details

SuperMessageBox() public method

public SuperMessageBox ( string caption, string message, MessageBoxType messageBoxType, System.Action callbackOnYes = null, System.Action callbackOnNo = null, System.Action callbackOnCancel = null ) : System
caption string
message string
messageBoxType MessageBoxType
callbackOnYes System.Action
callbackOnNo System.Action
callbackOnCancel System.Action
return System

SuperMessageBox() public method

public SuperMessageBox ( string caption, string message, string yesButtonText, MessageBoxType messageBoxType, System.Action callbackOnOk = null ) : System
caption string
message string
yesButtonText string
messageBoxType MessageBoxType
callbackOnOk System.Action
return System

SuperMessageBox() public method

public SuperMessageBox ( string caption, string message, string yesButtonText, string noButtonText, MessageBoxType messageBoxType, System.Action callbackOnOk = null, System.Action callbackOnNo = null ) : System
caption string
message string
yesButtonText string
noButtonText string
messageBoxType MessageBoxType
callbackOnOk System.Action
callbackOnNo System.Action
return System

SuperMessageBox() public method

public SuperMessageBox ( string caption, string message, string yesButtonText, string noButtonText, string cancelButtonText, MessageBoxType messageBoxType, System.Action callbackOnOk = null, System.Action callbackOnNo = null, System.Action callbackOnCancel = null ) : System
caption string
message string
yesButtonText string
noButtonText string
cancelButtonText string
messageBoxType MessageBoxType
callbackOnOk System.Action
callbackOnNo System.Action
callbackOnCancel System.Action
return System