C# Class Open.Core.UI.HorizontalPanelResizer

Controls the resizing of a panel on the X plane.
Inheritance: PanelResizerBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Private Properties

Свойство Type Description
SetMaxWidth void
SetMinMaxWidth void
SetMinWidth void

Méthodes publiques

Méthode Description
HorizontalPanelResizer ( string cssSelector, string cookieKey ) : System

Constructor.

Méthodes protégées

Méthode Description
FireResized ( ) : void
GetCurrentSize ( ) : int
GetHandles ( ) : string
OnInitialize ( ) : void
OnStopped ( ) : void
OnWindowResize ( ) : void
SetCurrentSize ( int size ) : void

Private Methods

Méthode Description
SetMaxWidth ( ) : void
SetMinMaxWidth ( ) : void
SetMinWidth ( ) : void

Method Details

FireResized() protected méthode

protected FireResized ( ) : void
Résultat void

GetCurrentSize() protected méthode

protected GetCurrentSize ( ) : int
Résultat int

GetHandles() protected méthode

protected GetHandles ( ) : string
Résultat string

HorizontalPanelResizer() public méthode

Constructor.
public HorizontalPanelResizer ( 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).
Résultat System

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

OnStopped() protected méthode

protected OnStopped ( ) : void
Résultat void

OnWindowResize() protected méthode

protected OnWindowResize ( ) : void
Résultat void

SetCurrentSize() protected méthode

protected SetCurrentSize ( int size ) : void
size int
Résultat void