C# Класс ComponentFactory.Krypton.Navigator.DropSolidWindow

Draws a semi-transparent window to indicate a drop rectangle.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System

Initialize a new instance of the DropSolidWindow class.

ShowWithoutActivate ( ) : void

Show the window without taking activation.

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

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

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

WndProc ( Message &m ) : void

Processes Windows messages.

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Initialize a new instance of the DropSolidWindow class.
public DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System
paletteDragDrop IPaletteDragDrop Drawing palette.
renderer IRenderer Drawing renderer.
Результат System

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

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

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

Show the window without taking activation.
public ShowWithoutActivate ( ) : void
Результат void

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

Processes Windows messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process.
Результат void