C# Class entity.MetaEditor2.StringBox

Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
sidIndexer int

Méthodes publiques

Méthode Description
BaseField_Leave ( object sender, EventArgs e ) : void
Poke ( ) : void
Populate ( int iOffset, bool useMemoryStream ) : void
Save ( ) : void
SetFocus ( int LineToCheck ) : void
StringBox ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int iLineNumber, int chunkCount ) : System
comboBox1_TextChanged ( object sender, System e ) : void

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.

SIDLoader_DropDown ( object sender, EventArgs e ) : void
SIDLoader_DropDownClose ( object sender, EventArgs e ) : void

Method Details

BaseField_Leave() public méthode

public BaseField_Leave ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

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

Poke() public méthode

public Poke ( ) : void
Résultat void

Populate() public méthode

public Populate ( int iOffset, bool useMemoryStream ) : void
iOffset int
useMemoryStream bool
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetFocus() public méthode

public SetFocus ( int LineToCheck ) : void
LineToCheck int
Résultat void

StringBox() public méthode

public StringBox ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int iLineNumber, int chunkCount ) : System
meta Meta
iEntName string
map Map
iOffsetInChunk int
iLineNumber int
chunkCount int
Résultat System

comboBox1_TextChanged() public méthode

public comboBox1_TextChanged ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

sidIndexer public_oe property

public int sidIndexer
Résultat int