C# Class Stetic.Editor.TextEditorDialog

Inheritance: IDisposable
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ) : int
SetTranslatable ( bool translatable ) : void
TextEditorDialog ( ) : System

Méthodes protégées

Méthode Description
OnTranslatableToggled ( object s, EventArgs a ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnTranslatableToggled() protected méthode

protected OnTranslatableToggled ( object s, EventArgs a ) : void
s object
a System.EventArgs
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

SetTranslatable() public méthode

public SetTranslatable ( bool translatable ) : void
translatable bool
Résultat void

TextEditorDialog() public méthode

public TextEditorDialog ( ) : System
Résultat System