GraffitiStatusBarItem

Events

This class does not expose any events.

Methods

This class has no methods available

Properties

BGColor as Color
Sets the individual background color of a StatusBarItem.

Bold as Boolean
Determines the font weight of the item text.

BorderColor as Color
Sets the item’s border color.

BoundsLeft as Integer(Read-Only)
Returns the left pixel position of the item.

BoundsRight as Integer(Read-Only)
Returns the right pixel position of the item.

FontName as String
Sets the font face to use on the item’s text.

FontSize as String
Sets the size of the font for the item’s text.

Height as Integer(Read-Only)
Returns the height of the item.

Icon as Picture
Sets the item’s icon.

Index as Integer
Determines in what order the item will be drawn. Default is set to the order in which it was added to the parent class’s Items() array.

Italic as Boolean
Sets whether the text is drawn in italics.

Size as Integer
Sets the size of the control.
Valid Values:
GSBSizeFixed(0)
GSBSizeContents(1)

Tag as String
Allows users to store relevant information inside of the StatusBarItem for later retrieval.

Text as String
Sets the text of the StatusBarItem.

TextColor as String
Sets the color of the text to be displayed.

TrueWidth as Integer(Read-Only)
Returns the true width of the item in pixels.

Type as Integer
Determines what type of item it is.
Valid Values:
GSBTypeTextIcon(0)
GSBTypeSeperator(1)

Underline as Boolean
Sets the text decoration.

Visible as Boolean
Determines whether this item will be drawn to the display.

Width as String
Sets the width of the control either in pixels or percentage if Size is set to GSBSizeFixed.