C# Класс Open.Core.UI.VerticalPanelResizer

Controls the resizing of a panel on the Y plane.
Наследование: PanelResizerBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SetMaxHeight void
SetMinHeight void
SetMinMaxHeight void

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

Метод Описание
VerticalPanelResizer ( string cssSelector, string cookieKey ) : System

Constructor.

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

Метод Описание
FireResized ( ) : void
GetCurrentSize ( ) : int
GetHandles ( ) : string
OnInitialize ( ) : void
OnStopped ( ) : void
OnWindowResize ( ) : void
SetCurrentSize ( int size ) : void

Приватные методы

Метод Описание
SetMaxHeight ( ) : void
SetMinHeight ( ) : void
SetMinMaxHeight ( ) : void

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

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

protected FireResized ( ) : void
Результат void

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

protected GetCurrentSize ( ) : int
Результат int

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

protected GetHandles ( ) : string
Результат string

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

protected OnInitialize ( ) : void
Результат void

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

protected OnStopped ( ) : void
Результат void

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

protected OnWindowResize ( ) : void
Результат void

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

protected SetCurrentSize ( int size ) : void
size int
Результат void

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

Constructor.
public VerticalPanelResizer ( string cssSelector, string cookieKey ) : System
cssSelector string The CSS selector used to retrieve the panel being resized.
cookieKey string The unique key to store the panel size within (null if saving not required).
Результат System