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

Details for need layout events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
NeedLayoutEventArgs ( bool needLayout ) : System

Initialize a new instance of the NeedLayoutEventArgs class.

NeedLayoutEventArgs ( bool needLayout, Rectangle invalidRect ) : System

Initialize a new instance of the NeedLayoutEventArgs class.

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

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

Initialize a new instance of the NeedLayoutEventArgs class.
public NeedLayoutEventArgs ( bool needLayout ) : System
needLayout bool Does the layout need regenerating.
Результат System

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

Initialize a new instance of the NeedLayoutEventArgs class.
public NeedLayoutEventArgs ( bool needLayout, Rectangle invalidRect ) : System
needLayout bool Does the layout need regenerating.
invalidRect System.Drawing.Rectangle Specifies an invalidation rectangle.
Результат System