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

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

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

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

Initialize a new instance of the KryptonPanelDesigner class.

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

Метод Описание
OnPaintAdornments ( PaintEventArgs pe ) : void

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.

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

Метод Описание
DrawBorder ( Graphics graphics ) : void

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

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

Initialize a new instance of the KryptonPanelDesigner class.
public KryptonPanelDesigner ( ) : System
Результат System

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

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
protected OnPaintAdornments ( PaintEventArgs pe ) : void
pe PaintEventArgs A PaintEventArgs the designer can use to draw on the control.
Результат void