C# Class OpenTween.AtIdSupplement

Inheritance: System.Windows.Forms.Form
显示文件 Open project: rhenium/OpenTween Class Usage Examples

Public Properties

Property Type Description
inputText string
isBack bool

Public Methods

Method Description
AddItem ( string id ) : void
AddRangeItem ( string ids ) : void
AtIdSupplement ( ) : System
AtIdSupplement ( List ItemList, string startCharacter ) : System
GetItemList ( ) : List

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AtIdSupplement_FormClosed ( object sender, FormClosedEventArgs e ) : void
AtIdSupplement_Load ( object sender, EventArgs e ) : void
AtIdSupplement_Shown ( object sender, EventArgs e ) : void
ButtonCancel_Click ( object sender, EventArgs e ) : void
ButtonOK_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

TextId_KeyDown ( object sender, KeyEventArgs e ) : void
TextId_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void

Method Details

AddItem() public method

public AddItem ( string id ) : void
id string
return void

AddRangeItem() public method

public AddRangeItem ( string ids ) : void
ids string
return void

AtIdSupplement() public method

public AtIdSupplement ( ) : System
return System

AtIdSupplement() public method

public AtIdSupplement ( List ItemList, string startCharacter ) : System
ItemList List
startCharacter string
return System

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

GetItemList() public method

public GetItemList ( ) : List
return List

Property Details

inputText public_oe property

public string inputText
return string

isBack public_oe property

public bool isBack
return bool