Method | Description | |
---|---|---|
Show ( String message ) : void |
Shows the message box
|
Method | Description | |
---|---|---|
TimedMessageBox ( String message ) : System |
Initializes a new instance of the class.
|
|
TimedMessageBox_Load ( object sender, |
Performs initialization
|
|
buttonCopyClipboard_Click ( object sender, |
Copy the message to clipboard
|
|
buttonOK_Click ( object sender, |
User clicked on the OK button. Close the form
|
|
labelMessage_Click ( object sender, |
||
timer_Tick ( object sender, |
Timer tick event. Updates form
|
|
updateTimerMessage ( ) : void |
Updates info on the form
|