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 SourceDesiredSplitCenter
Declaration
public double? DesiredSplitCenter
Field Value
Type | Description |
---|---|
System.Nullable<System.Double> |
OnSplitResizeFinish
Declaration
public Action<Vector2, Vector2>? OnSplitResizeFinish
Field Value
Type | Description |
---|---|
System.Nullable<Action<Vector2, Vector2>> |
Methods
| Improve this Doc View SourceArrangeOverride(Vector2)
Declaration
protected override Vector2 ArrangeOverride(Vector2 finalSize)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | finalSize |
Returns
Type | Description |
---|---|
Vector2 |
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)