Class: RenderCollapsable

Properties


string HeaderLabel

The header label of the RenderCollapsable.

bool DefaultOpen [readonly]

Whether this RenderCollapsable was set to be open by default.

SynSignal OnUpdated

Fired when the state of the RenderCollapsable changes from open to closed or vice versa.

Inherited from RenderObject:
bool Visible

Determines whether a RenderObject is displayed.

Methods


Inherited from RenderChildBase:
void RenderCollapsable:Clear()

Removes all sub-objects from this RenderChildBase.

void RenderCollapsable:SetStyle(option: RenderStyleOption, value: float|Vector2)

Sets a style option for this RenderChildBase.

void RenderCollapsable:SetColor(option: RenderColorOption, color: Color3, alpha: number)

Sets a color option for this RenderChildBase.

RenderButton RenderCollapsable:Button()

Creates a RenderButton child object.

RenderCheckBox RenderCollapsable:CheckBox()

Creates a RenderCheckBox child object.

RenderColorPicker RenderCollapsable:ColorPicker()

Creates a RenderColorPicker child object.

RenderColorButton RenderCollapsable:ColorButton()

Creates a RenderColorButton child object.

RenderCombo RenderCollapsable:Combo()

Creates a RenderCombo child object.

RenderTextBox RenderCollapsable:TextBox()

Creates a RenderTextBox child object.

RenderLabel RenderCollapsable:Label()

Creates a RenderLabel child object.

RenderSlider RenderCollapsable:Slider()

Creates a RenderSlider child object.

RenderIntSlider RenderCollapsable:IntSlider()

Creates a RenderIntSlider child object.

RenderSelectable RenderCollapsable:Selectable()

Creates a RenderSelectable child object.

RenderSeparator RenderCollapsable:Separator()

Creates a RenderSeparator child object.

RenderTabMenu RenderCollapsable:TabMenu()

Creates a RenderTabMenu child object.

RenderSameLine RenderCollapsable:SameLine()

Creates a RenderSameLine child object.

RenderFont RenderCollapsable:WithFont()

Creates a RenderFont child object.

RenderIndent RenderCollapsable:Indent()

Creates a RenderIndent child object.

RenderCollapsable RenderCollapsable:Collapsable()

Creates a RenderCollapsable child object.

RenderChildWindow RenderCollapsable:Child()

Creates a RenderChildWindow child object.

RenderDummyWindow RenderCollapsable:Dummy()

Creates a RenderDummyWindow child object.