Skip to content

ComboBox

mdavisprog edited this page Apr 5, 2023 · 2 revisions

ComboBox

ComboBox is a container that consists of a text input control and a drop down button. When the button is clicked, a pop-up window is displayed with a list of options that can be selected. The selected option is displayed in the input control.

Functions

Name Description
Update Notifies the control that it's layout is complete within a given container.
OnLoad A Window may have its controls defined within a JSON stream. The Window will parse the stream into a hierarchy of JSON objects and is passed to each control to give them an opportunity to load any properties that define the control. The stream can come from a list of places such as a disk, memory, or network stream.

RootThe Json object containing the properties to load for this control.
Clone this wiki locally