C# 클래스 Open.Core.Controls.SplitPanel

The base class for a panel that can be split in two (with one side fixed size, and the other fill-size).
상속: ViewBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
CreateHorizontal ( jQueryObject container, HorizontalEdge fillPane ) : HorizontalSplitPanel

보호된 메소드들

메소드 설명
SplitPanel ( jQueryObject container ) : System

Constructor.

메소드 상세

CreateHorizontal() 공개 정적인 메소드

public static CreateHorizontal ( jQueryObject container, HorizontalEdge fillPane ) : HorizontalSplitPanel
container jQueryObject
fillPane HorizontalEdge
리턴 HorizontalSplitPanel

SplitPanel() 보호된 메소드

Constructor.
protected SplitPanel ( jQueryObject container ) : System
container jQueryObject The root HTML element of the control (if null a
is generated).
리턴 System