BaseComponent
This is the base instance. All components are inherited from it.
All the methods described here are applicable to any component!
Methods:
.SetParent( container or Frame )
Specifies a new Parent for the component. You can specify a reference to a normal Frame or to Container. If you do not specify this parameter, the component will be in the void.
.SetLayoutOrder(LayoutOrder)
Changes the order of the component
.Hide()
Hides the element
.Show()
Shows the hidden element
.Destroy()
Deletes a component
Properties:
.Container
Returns the normal Frame component
Last updated