C# Class PropertyGrid.PropertyEditors.TextEditor

Inheritance: Gtk.HBox, IPropertyEditor
Afficher le fichier Open project: modesto/monoreports

Méthodes publiques

Méthode Description
Initialize ( EditSession session ) : void
TextEditor ( ) : System

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void
ShouldShowDialogButton ( ) : bool

Private Methods

Méthode Description
ButtonClicked ( object s, EventArgs a ) : void
IDisposable ( ) : void
TextChanged ( object s, EventArgs a ) : void

Method Details

Initialize() public méthode

public Initialize ( EditSession session ) : void
session EditSession
Résultat void

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

ShouldShowDialogButton() protected méthode

protected ShouldShowDialogButton ( ) : bool
Résultat bool

TextEditor() public méthode

public TextEditor ( ) : System
Résultat System