C# Class TESVSnip.UI.RecordControls.LStringElement

显示文件 Open project: figment/tesvsnip Class Usage Examples

Public Methods

Method Description
LStringElement ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

SaveText ( ) : void
UpdateAllControls ( ) : void
UpdateElement ( ) : void
UpdateLabel ( ) : void
UpdateText ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

SetTextAsString ( ) : void
SetTextByID ( ) : void
chkUseText_CheckedChanged ( object sender, EventArgs e ) : void
textBox_Enter ( object sender, EventArgs e ) : void
txtString_DoubleClick ( object sender, EventArgs e ) : void
txtString_Validated ( 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

LStringElement() public method

public LStringElement ( ) : System
return System

SaveText() protected method

protected SaveText ( ) : void
return void

UpdateAllControls() protected method

protected UpdateAllControls ( ) : void
return void

UpdateElement() protected method

protected UpdateElement ( ) : void
return void

UpdateLabel() protected method

protected UpdateLabel ( ) : void
return void

UpdateText() protected method

protected UpdateText ( ) : void
return void