C# Class PropertyGrid.PropertyEditors.TextEditor

Inheritance: Gtk.HBox, IPropertyEditor
ファイルを表示 Open project: modesto/monoreports

Public Methods

Method Description
Initialize ( EditSession session ) : void
TextEditor ( ) : System

Protected Methods

Method Description
OnDestroyed ( ) : void
ShouldShowDialogButton ( ) : bool

Private Methods

Method Description
ButtonClicked ( object s, EventArgs a ) : void
IDisposable ( ) : void
TextChanged ( object s, EventArgs a ) : void

Method Details

Initialize() public method

public Initialize ( EditSession session ) : void
session EditSession
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

ShouldShowDialogButton() protected method

protected ShouldShowDialogButton ( ) : bool
return bool

TextEditor() public method

public TextEditor ( ) : System
return System