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) | (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) | (None) | | MouseExit | (None) | (None) | (None) | | Open | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | AddItem | StatusBarItem as GraffitiStatusBaritem | (None) | Adds an item to bar. | | InsertItem | Index as Integer <br> Item as graffitiStatusBaritem | (None) | Inserts an item at the specified index. | | Item | ItemIndex as Integer | GraffitiStatusBarItem | Returns the item at the specified index. | | LastIndex | (None) | Integer | Returns the index of the last item. | | RemoveAll | (None) | (None) | Removes all items. | | RemoveItem | ItemIndex as Integer | (None) | Removes the item at the specified index. | | StyleCount | (None) | Integer | Returns the count of supported drawing styles. | | StyleName | StyleIndex as Integer | String | Returns the name for the index of the style. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | BarBorderColor | Color | (None) | (None) | | BarColor | Color | (None) | (None) | | Style | Styles | (None) | (None) | | UseCustomColors | Boolean | (None) | (None) | | UseDefaultSystemStyle | Boolean | (None) | (None) |