C# Класс ComponentFactory.Krypton.Toolkit.KryptonHeaderDesigner

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

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

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

Initializes the designer with the specified component.

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

Метод Описание
Dispose ( bool disposing ) : void

Releases all resources used by the component.

GetHitTest ( Point point ) : bool

Indicates whether a mouse click at the specified point should be handled by the control.

OnMouseLeave ( ) : void

Receives a call when the mouse leaves the control.

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

Метод Описание
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void
OnHeaderDoubleClick ( object sender, Point pt ) : void
OnHeaderMouseUp ( object sender, MouseEventArgs e ) : void

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

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

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

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

Indicates whether a mouse click at the specified point should be handled by the control.
protected GetHitTest ( Point point ) : bool
point Point A Point indicating the position at which the mouse was clicked, in screen coordinates.
Результат bool

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

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
Результат void

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

Receives a call when the mouse leaves the control.
protected OnMouseLeave ( ) : void
Результат void