C# Class Open.Core.UI.HorizontalPanelResizer

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

Private Properties

Property Type Description
SetMaxWidth void
SetMinMaxWidth void
SetMinWidth void

Public Methods

Method Description
HorizontalPanelResizer ( string cssSelector, string cookieKey ) : System

Constructor.

Protected Methods

Method Description
FireResized ( ) : void
GetCurrentSize ( ) : int
GetHandles ( ) : string
OnInitialize ( ) : void
OnStopped ( ) : void
OnWindowResize ( ) : void
SetCurrentSize ( int size ) : void

Private Methods

Method Description
SetMaxWidth ( ) : void
SetMinMaxWidth ( ) : void
SetMinWidth ( ) : void

Method Details

FireResized() protected method

protected FireResized ( ) : void
return void

GetCurrentSize() protected method

protected GetCurrentSize ( ) : int
return int

GetHandles() protected method

protected GetHandles ( ) : string
return string

HorizontalPanelResizer() public method

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).
return System

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

OnStopped() protected method

protected OnStopped ( ) : void
return void

OnWindowResize() protected method

protected OnWindowResize ( ) : void
return void

SetCurrentSize() protected method

protected SetCurrentSize ( int size ) : void
size int
return void