C# Класс Ntreev.Windows.Forms.Grid.Design.GridControlDesigner

Наследование: System.Windows.Forms.Design.ControlDesigner
Показать файл Открыть проект

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

Метод Описание
GridControlDesigner ( ) : System
Initialize ( System component ) : void

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

Метод Описание
Dispose ( bool disposing ) : void
GetHitTest ( System point ) : bool
OnPaintAdornments ( System pe ) : void

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

Метод Описание
componentChangeService_ComponentRemoved ( object sender, ComponentEventArgs e ) : void
selectionService_SelectionChanged ( object sender, EventArgs e ) : void

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

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

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

protected GetHitTest ( System point ) : bool
point System
Результат bool

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

public GridControlDesigner ( ) : System
Результат System

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

public Initialize ( System component ) : void
component System
Результат void

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

protected OnPaintAdornments ( System pe ) : void
pe System
Результат void