C# Класс AnimatGuiCtrls.Controls.DropDownPaintEventArgs

EventArgs class for the
Наследование: PaintEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawFocusRectangle ( ) : void

Draws a focus rectangle on the editable portion of the control.

DropDownPaintEventArgs ( Graphics graphics, Rectangle clipRect, Rectangle bounds ) : System

Creates a new instance of the DropDownPaintEventArgs class.

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

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

Draws a focus rectangle on the editable portion of the control.
public DrawFocusRectangle ( ) : void
Результат void

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

Creates a new instance of the DropDownPaintEventArgs class.
public DropDownPaintEventArgs ( Graphics graphics, Rectangle clipRect, Rectangle bounds ) : System
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
bounds System.Drawing.Rectangle
Результат System