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

Details for an event that discovers the rectangle that the mouse has to leave to begin dragging.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ButtonDragRectangleEventArgs ( Point point ) : System

Initialize a new instance of the ButtonDragRectangleEventArgs class.

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

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

Initialize a new instance of the ButtonDragRectangleEventArgs class.
public ButtonDragRectangleEventArgs ( Point point ) : System
point Point Left mouse down point.
Результат System