C# Class MessageBoxWithDetails.MessageBoxWithDetails

A dialog-style form with optional colapsable details section
Inheritance: Form
Afficher le fichier Open project: shendongnian/code

Private Properties

Свойство Type Description
SetMessageBoxHeight void
btnClose_Click void
btnCopy_Click void
btnDetails_Click void

Méthodes publiques

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éthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

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

Method Details

MessageBoxWithDetails() public méthode

public MessageBoxWithDetails ( string message, string title, string details = null ) : System
message string
title string
details string
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

Show() public static méthode

Meant to give the look and feel of a regular MessageBox
public static Show ( string message, string title, string details = null ) : void
message string
title string
details string
Résultat void