C# Class OpenTween.AtIdSupplement

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

Méthodes publiques

Свойство Type Description
inputText string
isBack bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddItem ( string id ) : void
id string
Résultat void

AddRangeItem() public méthode

public AddRangeItem ( string ids ) : void
ids string
Résultat void

AtIdSupplement() public méthode

public AtIdSupplement ( ) : System
Résultat System

AtIdSupplement() public méthode

public AtIdSupplement ( List ItemList, string startCharacter ) : System
ItemList List
startCharacter string
Résultat System

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

GetItemList() public méthode

public GetItemList ( ) : List
Résultat List

Property Details

inputText public_oe property

public string inputText
Résultat string

isBack public_oe property

public bool isBack
Résultat bool