C# Class igcmd.frmMsg

显示文件 Open project: d2phap/ImageGlass Class Usage Examples

Public Properties

Property Type Description
_btnClose_Text string
_icon FormMessageIcons
_msg string
_title string

Public Methods

Method Description
frmMsg ( string title, string msg, FormMessageIcons icon, string btnClose_Text ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

frmMsg() public method

public frmMsg ( string title, string msg, FormMessageIcons icon, string btnClose_Text ) : System
title string
msg string
icon FormMessageIcons
btnClose_Text string
return System

Property Details

_btnClose_Text public_oe property

public string _btnClose_Text
return string

_icon public_oe property

public FormMessageIcons _icon
return FormMessageIcons

_msg public_oe property

public string _msg
return string

_title public_oe property

public string _title
return string