ControlContainer
This type represents an abstract control with a container.
This type inherits Control type. All of its base methods and fields are also available in this type.
This type inherits Container type. All of its base methods and fields are also available in this type.
customMargin
Field
Type: Rect
Overrides the margin for contents inside this container. Top, left, bottom and right, respectively.
shouldProcessChildren
Field
Type: boolean
Specifies if the container should update the children controls inside it or not.
RaiseFirstRenderCall
Method
Raises the first render call for this container, if it hasn't already.
Arguments
None.
Returns
Nothing.
Example
ProcessQueues
Method
Forces add and remove queues to be processed.
This method shouldn't be called unless you're sure of what you're doing.
Arguments
None.
Returns
Nothing.
Example
Last updated