Statusbar types

Possible values for Window status bar type.

This section describes how to specify a value for the Window.statusBarType style attribute.

Syntax

{ statusbar-type }
  1. statusbar-type is a predefined status bar type name.

Usage

The statusBarType style attribute can get one of the values listed in the following table, to customize the rendering of error and message texts.

Important: This style attribute is mainly used for desktop application using the GDC front-end.
Table 1. Possible status bar types for the statusBarType attribute
Value Screenshot
default
One line, comment followed by Error / Message
lines1
Two lines: Comment on first line. Error / Message on second line.
lines2
Two lines: Error / Message on first line. Comment on second line.
lines3
Three lines. Error on first line. Message on second line. Comment on third line.
lines4
Two lines. Error on first line. Message on second line.
lines5
Two lines. Message on first line. Error on second line.
lines6
One line for Error / Message.
panels1
One line for Error / Message / Comment
panels2
One line: First half of line for Comment. Second half of line for Error / Message.
panels3
One line: First half of line for Error / Message. Second half of line for Comment.
panels4
One line: First half of line for Message. Second half of line for Error.
panels5
One line: First half of line for Error. Second half of line for Message.
panels6
One line: First third of line for Comment. Middle third of line for Error. Last third of line for Message.
panels7
One line: First third of line for Comment. Middle third of line for Message. Last third of line for Error.
none

Example

<StyleAttribute name="Windows.statusBarType" value="panels2" />