Свойство | Type | Description | |
---|---|---|---|
SetMessageBoxHeight | void | ||
btnClose_Click | void | ||
btnCopy_Click | void | ||
btnDetails_Click | void |
Méthode | Description | |
---|---|---|
MessageBoxWithDetails ( string message, string title, string details = null ) : System | ||
Show ( string message, string title, string details = null ) : void |
Meant to give the look and feel of a regular MessageBox
|
Méthode | Description | |
---|---|---|
OnLoad ( EventArgs e ) : void |
Méthode | Description | |
---|---|---|
SetMessageBoxHeight ( int heightChange ) : void | ||
btnClose_Click ( object sender, EventArgs e ) : void | ||
btnCopy_Click ( object sender, EventArgs e ) : void | ||
btnDetails_Click ( object sender, EventArgs e ) : void |
public MessageBoxWithDetails ( string message, string title, string details = null ) : System | ||
message | string | |
title | string | |
details | string | |
Résultat | System |
public static Show ( string message, string title, string details = null ) : void | ||
message | string | |
title | string | |
details | string | |
Résultat | void |