Class MessageBox

Messagebox form for touch screen systems

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form
              EPS.Windows.Forms.TouchScreen.TouchPopupForm
                EPS.Windows.Forms.TouchScreen.MessageBox

public class MessageBox : TouchPopupForm

Class Members

MemberDescription
Constructor Constructor
Show Shows a message box
public static DialogResult Show( string message );

public static DialogResult Show( string message,
MessageBoxButtons buttons );

public static DialogResult Show( string message,
string caption,
MessageBoxButtons buttons );

public static DialogResult Show( string message,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon );

Result Dialog result

Requirements

Namespace: EPS.Windows.Forms.TouchScreen
Assembly: TOUCHSCREENSIMPLEUI.DLL


  Last Updated: 5/23/2007 | © , 2007