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
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
CreateHorizontal ( jQueryObject container, HorizontalEdge fillPane ) : HorizontalSplitPanel

Méthodes protégées

Méthode Description
SplitPanel ( jQueryObject container ) : System

Constructor.

Method Details

CreateHorizontal() public static méthode

public static CreateHorizontal ( jQueryObject container, HorizontalEdge fillPane ) : HorizontalSplitPanel
container jQueryObject
fillPane HorizontalEdge
Résultat HorizontalSplitPanel

SplitPanel() protected méthode

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