Show / Hide Table of Contents

Class RecordedSplitContainer

A split container that performs an action when the split resizing is finished.

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.SplitContainer
RecordedSplitContainer
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class RecordedSplitContainer : SplitContainer

Fields

| Improve this Doc View Source

DesiredSplitCenter

Declaration
public double? DesiredSplitCenter
Field Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

OnSplitResizeFinish

Declaration
public Action<Vector2, Vector2>? OnSplitResizeFinish
Field Value
Type Description
System.Nullable<Action<Vector2, Vector2>>

Methods

| Improve this Doc View Source

ArrangeOverride(Vector2)

Declaration
protected override Vector2 ArrangeOverride(Vector2 finalSize)
Parameters
Type Name Description
Vector2 finalSize
Returns
Type Description
Vector2
| Improve this Doc View Source

KeyBindUp(GUIBoundKeyEventArgs)

Declaration
protected override void KeyBindUp(GUIBoundKeyEventArgs args)
Parameters
Type Name Description
Robust.Client.UserInterface.GUIBoundKeyEventArgs args
Overrides
Robust.Client.UserInterface.Controls.SplitContainer.KeyBindUp(Robust.Client.UserInterface.GUIBoundKeyEventArgs)

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾