C# Class PropertyGrid.PropertyEditorCell

显示文件 Open project: modesto/monoreports Class Usage Examples

Private Properties

Property Type Description
GetNormalizedText string
Initialize void

Public Methods

Method Description
GetSize ( int availableWidth, int &width, int &height ) : void
LaunchDialogue ( ) : void
Render ( Drawable window, Gdk bounds, StateType state ) : void
StartEditing ( Gdk cell_area, StateType state ) : EditSession

Protected Methods

Method Description
CreateEditor ( Gdk cell_area, StateType state ) : IPropertyEditor
GetValueMarkup ( ) : string
GetValueText ( ) : string
Initialize ( ) : void

Private Methods

Method Description
GetNormalizedText ( string s ) : string
Initialize ( Gtk.Widget container, EditorManager editorManager, PropertyDescriptor property, object obj ) : void

Method Details

CreateEditor() protected method

protected CreateEditor ( Gdk cell_area, StateType state ) : IPropertyEditor
cell_area Gdk
state StateType
return IPropertyEditor

GetSize() public method

public GetSize ( int availableWidth, int &width, int &height ) : void
availableWidth int
width int
height int
return void

GetValueMarkup() protected method

protected GetValueMarkup ( ) : string
return string

GetValueText() protected method

protected GetValueText ( ) : string
return string

Initialize() protected method

protected Initialize ( ) : void
return void

LaunchDialogue() public method

public LaunchDialogue ( ) : void
return void

Render() public method

public Render ( Drawable window, Gdk bounds, StateType state ) : void
window Drawable
bounds Gdk
state StateType
return void

StartEditing() public method

public StartEditing ( Gdk cell_area, StateType state ) : EditSession
cell_area Gdk
state StateType
return EditSession