C# Класс ComponentFactory.Krypton.Docking.ObscureControl

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

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

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

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

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

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

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
Результат void

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

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
Результат void