Ejemplo n.º 1
0
 public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param)
 {
     return(System.Windows.Forms.MessageBox.Show(text: text, caption: caption, buttons: buttons, icon: icon, defaultButton: defaultButton, options: options | System.Windows.Forms.MessageBoxOptions.RightAlign | System.Windows.Forms.MessageBoxOptions.RtlReading, helpFilePath: helpFilePath, navigator: navigator, param: param));
 }
Ejemplo n.º 2
0
 public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword)
 {
     return(System.Windows.Forms.MessageBox.Show(text: text, caption: caption, buttons: buttons, icon: icon, defaultButton: defaultButton, options: options | System.Windows.Forms.MessageBoxOptions.RightAlign | System.Windows.Forms.MessageBoxOptions.RtlReading, helpFilePath: helpFilePath, keyword: keyword));
 }
Ejemplo n.º 3
0
 public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, string helpFilePath, System.Windows.Forms.HelpNavigator navigator)
 {
     return(System.Windows.Forms.MessageBox.Show(owner: owner, text: text, caption: caption, buttons: buttons, icon: icon, defaultButton: defaultButton, options: System.Windows.Forms.MessageBoxOptions.RtlReading | System.Windows.Forms.MessageBoxOptions.RightAlign, helpFilePath: helpFilePath, navigator: navigator));
 }
Ejemplo n.º 4
0
 public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool displayHelpButton)
 {
     return(System.Windows.Forms.MessageBox.Show(text: text, caption: caption, buttons: buttons, icon: icon, defaultButton: defaultButton, options: options | System.Windows.Forms.MessageBoxOptions.RightAlign | System.Windows.Forms.MessageBoxOptions.RtlReading, displayHelpButton: displayHelpButton));
 }
Ejemplo n.º 5
0
 public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options)
 {
     return(System.Windows.Forms.MessageBox.Show(owner: owner, text: text, caption: caption, buttons: buttons, icon: icon, defaultButton: defaultButton, options: options | System.Windows.Forms.MessageBoxOptions.RightAlign | System.Windows.Forms.MessageBoxOptions.RtlReading));
 }