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

Provides a movement rectangle that will be used to limit separator movement.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SplitterMoveRectMenuArgs ( Rectangle moveRect ) : System

Initialize a new instance of the SplitterMoveRectMenuArgs class.

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

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

Initialize a new instance of the SplitterMoveRectMenuArgs class.
public SplitterMoveRectMenuArgs ( Rectangle moveRect ) : System
moveRect System.Drawing.Rectangle Initial movement rectangle that limits separator movements.
Результат System