C# Class ImageGlass.Core.frmDialogBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
frmDialogBox ( ) : System
frmDialogBox ( string title, string message ) : System

Méthodes protégées

Méthode Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
WndProc ( Message &m ) : void

Moving form

Private Methods

Méthode Description
DialogBox_Load ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
frmDialogBox_KeyDown ( object sender, KeyEventArgs e ) : void
lblClose_Click ( object sender, EventArgs e ) : void
txtValue_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool

WndProc() protected méthode

Moving form
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

frmDialogBox() public méthode

public frmDialogBox ( ) : System
Résultat System

frmDialogBox() public méthode

public frmDialogBox ( string title, string message ) : System
title string
message string
Résultat System