In The Hand - .NET Components for Mobility
MessageBox Class
NamespacesInTheHand.WindowsMobile.FormsMessageBox
Provides a fullscreen message box for Pocket PC platform.
Declaration Syntax
C#Visual Basic
public static class MessageBox
Public NotInheritable Class MessageBox
Members
All MembersMethods



IconMemberDescription
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Displays a message box with the specified text, caption, buttons, icon, and default button.

Show(String, String, MessageBoxButtons, MessageBoxIcon)
Displays a message box with the specified text, caption, buttons, and icon.

Show(String, String, MessageBoxButtons)
Displays a message box with the specified text, caption, and buttons.

Show(String, String)
Displays a message box with the specified text and caption.

Show(String)
Displays a message box with the specified text.

Remarks
When called on Smartphone platform, invokes the standard MessageBox. Unlike Smartphone, if a combination of buttons is specified with more than 2 options a standard MenuBar will be used to render the options.
Inheritance Hierarchy
Object
MessageBox
See Also

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0