C# Class 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).
Inheritance: ViewBase
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
CreateHorizontal ( jQueryObject container, HorizontalEdge fillPane ) : HorizontalSplitPanel

Protected Methods

Method Description
SplitPanel ( jQueryObject container ) : System

Constructor.

Method Details

CreateHorizontal() public static method

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

SplitPanel() protected method

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