UIMessageWindow Theming Parameters

UIMessageWindow is a UIWindow with the element id of 'message_window' and a default object id of '#message_window'.

../_images/message_window_static_image.png

An image of the Message Window.

Inherited Parameters

As a UIWindow the Message Window has all the theming parameters of the UIWindow, which you can read more about here UIWindow Theming Parameters.

Sub-elements

As well as the sub-elements of the UIWindow (title bar and close button) which you can read about here UIWindow Theming Parameters, the message window has the following sub element IDs -

UIButtons:

  • 'message_window.#dismiss_button'

UITextBox:

  • 'message_window.text_box'

You can find out more about theming buttons here: UIButton Theming Parameters and text boxes here: UITextBox Theming Parameters.