API ReferenceSandbox.UI
SplitContainerclass
Constructors1
Showing 1 constructors
public SplitContainer()
No results match this filter.
Methods4
Showing 4 methods
protected virtual void OnMouseMove(Sandbox.UI.MousePanelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MousePanelEvent | — |
Returns:
void—public virtual void OnTemplateSlot(Sandbox.Html.INode element, string slotName, Sandbox.UI.Panel panel)
| Parameter | Type | Description |
|---|---|---|
| element | INode | — |
| slotName | string | — |
| panel | Panel | — |
Returns:
void—public virtual void SetProperty(string name, string value)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| value | string | — |
Returns:
void—public virtual void UpdateSplitFraction(float f)
| Parameter | Type | Description |
|---|---|---|
| f | float | — |
Returns:
void—No results match this filter.
Properties6
Showing 6 properties
public string Sandbox.UI.SplitContainer.FractionCookie { get; set; }
Returns:
string—public bool Sandbox.UI.SplitContainer.IsDragging { get; set; }
Returns:
bool—public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Left { get; set; }
public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Right { get; set; }
public bool Sandbox.UI.SplitContainer.Vertical { get; set; }
Returns:
bool—No results match this filter.