資源簡(jiǎn)介
C# InputBox控件源碼
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
namespace?WindowsApplication1
{
#region?InputBox?return?result
///?
///?Class?used?to?store?the?result?of?an?InputBox.Show?message.
///?
public?class?InputBoxResult?
{
public?DialogResult?ReturnCode;
public?string?Text;
}
#endregion
///?
///?Summary?description?for?InputBox.
///?
public?class?InputBox
{
#region?Private?Windows?Contols?and?Constructor
//?Create?a?new?instance?of?the?form.
private?static?Form?frmInputDialog;
private?static?Label?lblPrompt;
private?static?Button?btnOK;
private?static?Button?btnCancel;
private?static?TextBox?txtInput;
public?Inpu
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????7483??2005-04-21?16:03??InputBox.cs
評(píng)論
共有 條評(píng)論