ControlContainer

This type represents an abstract control with a container.

circle-info

This type inherits Control type. All of its base methods and fields are also available in this type.

circle-info

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.

circle-exclamation

Arguments

None.

Returns

Nothing.

Example

Last updated