C# Class igcmd.frmMsg

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Свойство Type Description
_btnClose_Text string
_icon FormMessageIcons
_msg string
_title string

Méthodes publiques

Méthode Description
frmMsg ( string title, string msg, FormMessageIcons icon, string btnClose_Text ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnClose_Click ( object sender, EventArgs e ) : void
frmMsg_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

frmMsg() public méthode

public frmMsg ( string title, string msg, FormMessageIcons icon, string btnClose_Text ) : System
title string
msg string
icon FormMessageIcons
btnClose_Text string
Résultat System

Property Details

_btnClose_Text public_oe property

public string _btnClose_Text
Résultat string

_icon public_oe property

public FormMessageIcons _icon
Résultat FormMessageIcons

_msg public_oe property

public string _msg
Résultat string

_title public_oe property

public string _title
Résultat string