C# Класс PropertyGrid.PropertyEditors.BooleanEditorCell

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

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

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

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

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

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

Метод Описание
BooleanEditorCell ( ) : System

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

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

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

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