public class frmMessage : Form
Public Class frmMessage
Inherits Form
No code example is currently available or this language may not be supported.
frmMessage | Create a new instance of the frmMessage Form. |
frmMessage(Form) | Create a new instance of the frmMessage Form. |
Buttons | Get/Set the button layout style for this instance. |
Caption | Get/Set the message box title caption. |
MessageText | Get/Set the text of the message box message. |
btn1_Click | Button 1 has been clicked. |
btn2_Click | Button 2 has been clicked. |
btn3_Click | Button 3 has been clicked. |
Dispose | Clean up any resources being used. |
frmMessage_Resize | The form has resized. |
InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
Show | Display the message box and return the result. |
btn1 | Configurable button #1. |
btn2 | Configurable button #2. |
btn3 | Configurable button #3. |
components | Required designer variable. |
lblMessage | The label containing the caller-specified text message. |
mButtons | Private member for Buttons. |