GraffitiSuite Docs
Docs
Graffitistatusbar
Loading document parsing libraries...
# GraffitiStatusBar Class Inherits GraffitiSuite.BaseCanvas ## About GraffitiStatusBar is a powerful control that is designed to live at the bottom of your window for at-a-glance information sharing with users. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Attributes | Name | Value | | --- | --- | | DefaultEvent | "Open" | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Styles | MacOSX <br> Win32 <br> WinXP <br> WinVista <br> KDE <br> WinXPSilverTaskbar <br> WinXPBlueTaskbar <br> LeopardReflection <br> LeopardGraphite <br> DarkMode <br> Gradient | Supported drawing styles. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Close | (None) | (None) | | | DoublePressed | x as Integer <br> y as Integer | (None) | Raised when the user double presses the status bar. | | ItemDoublePressed | item as GraffitiStatusBarItem | (None) | Raised when the user double presses an item. | | ItemMouseEnter | item as GraffitiStatusBarItem | (None) | Raised when the user’s mouse enters an item. | | ItemMouseExit | item as GraffitiStatusBarItem | (None) | Raised when the user’s mouse exits an item. | | ItemPressed | Item as GraffitiStatusBarItem <br> Button as Integer | (None) | Raised when the user presses an item. | | MouseEnter | (None) | (None) | | | MouseExit | (None) | (None) | | | Open | (None) | (None) | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | AddItem | (None) | Adds an item to bar. | | Sub | InsertItem | (None) | Inserts an item at the specified index. | | Function | Item | As | Returns the item at the specified index. | | Function | LastIndex | As | Returns the index of the last item. | | Sub | RemoveAll | (None) | Removes all items. | | Sub | RemoveItem | (None) | Removes the item at the specified index. | | Function | StyleCount | As | Returns the count of supported drawing styles. | | Function | StyleName | As | Returns the name for the index of the style. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | BarBorderColor | Color | Nil | | | BarColor | Color | Nil | | | Private | As | Nil | | | Private | | GraffitiStatusBarItem | | | Private | As | = | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | = | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Style | Styles | Nil | | | UseCustomColors | Boolean | Nil | | | UseDefaultSystemStyle | Boolean | Nil | |