property Element.StatusColor as Color
Gets or sets a value that indicates the element's status color.

TypeDescription
Color A Color expression that specifies the color to show the element's status. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used to paint the part. Use the Add method to add new skins to the control.
By default, the StatusColor is -1, which indicates that the default status color is applied. The Background(exElementStatusColor) property specifies the default status color / visual appearance. Use the StatusColor property to specify a different status color. The StatusPadding property specifies the status padding. The BackColor property specifies the element's background color. The ForeColor property specifies the element's foreground color. The StatusSize property indicates the size of the element's status. The StatusAlign property indicates the alignment of the element's status. The StatusPattern property indicates a different pattern to be displayed on the element's status part.