C# Class PurplePen.CustomSymbolText

Inheritance: OkCancelDialog
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode Description
CustomSymbolText ( ) : System
SetCustomSymbolDictionaries ( Dictionary customSymbolText, bool>.Dictionary customSymbolKey ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OkButtonClicked ( ) : bool

Private Methods

Méthode Description
CurrentLanguage ( ) : SymbolLanguage
CustomSymbolText ( SymbolDB symbolDB, bool useAsLocalizeTool ) : System
CustomSymbolText_Load ( object sender, EventArgs e ) : void
FillLanguages ( ) : void
FillListBox ( ) : void
InitializeComponent ( ) : void

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

NameIsCustomized ( string id ) : bool
SetTextBox ( List texts ) : void
TextIsCustomized ( string id ) : bool
UpdateControlsFromId ( string id ) : void
UpdateDataFromControls ( string id ) : void
buttonChangeText_Click ( object sender, EventArgs e ) : void
buttonDefault_Click ( object sender, EventArgs e ) : void
comboBoxLanguage_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBoxSymbols_DrawItem ( object sender, DrawItemEventArgs e ) : void
listBoxSymbols_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CustomSymbolText() public méthode

public CustomSymbolText ( ) : System
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

OkButtonClicked() protected méthode

protected OkButtonClicked ( ) : bool
Résultat bool

SetCustomSymbolDictionaries() public méthode

public SetCustomSymbolDictionaries ( Dictionary customSymbolText, bool>.Dictionary customSymbolKey ) : void
customSymbolText Dictionary
customSymbolKey bool>.Dictionary
Résultat void