C# Класс MonoReports.Extensions.PropertyGridEditors.MonoreportsColorEditorCell

Наследование: PropertyGrid.PropertyEditorCell
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSize ( int availableWidth, int &width, int &height ) : void
Render ( Gdk window, Gdk bounds, Gtk state ) : void

Защищенные методы

Метод Описание
CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
GetValueText ( ) : string

Приватные методы

Метод Описание
GetColor ( ) : Gdk.Color

Описание методов

CreateEditor() защищенный Метод

protected CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
cell_area Gdk
state Gtk
Результат IPropertyEditor

GetSize() публичный Метод

public GetSize ( int availableWidth, int &width, int &height ) : void
availableWidth int
width int
height int
Результат void

GetValueText() защищенный Метод

protected GetValueText ( ) : string
Результат string

Render() публичный Метод

public Render ( Gdk window, Gdk bounds, Gtk state ) : void
window Gdk
bounds Gdk
state Gtk
Результат void