C# 클래스 Open.Core.UI.VerticalPanelResizer

Controls the resizing of a panel on the Y plane.
상속: PanelResizerBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

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