GraffitiSuite Docs
Docs
Graffitinote
Loading document parsing libraries...
# GraffitiNote Class Inherits GraffitiWebUIControl ## About GraffitiNote is a simple yet effective class used to display information via the user interface that should draw a user’s attention. With four different pre-built note types ranging from “Information” to “Error”, and a custom type where custom colors can be applied by the developer, GraffitiNote is very versatile. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | ButtonPressed | (None) | (None) | Raised when the note’s button is pressed. | | Closed | (None) | (None) | (None) | | HeightChanged | (None) | (None) | Raised when the note’s height has changed. | | Open | (None) | (None) | (None) | | Pressed | (None) | (None) | Raised when the note is pressed. | | Shown | (None) | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AdaptiveHeight | Boolean | (None) | (None) | | ButtonIndicator | WebUIControl.Indicators | (None) | (None) | | ButtonText | String | (None) | (None) | | ButtonVisible | Boolean | (None) | (None) | | CloseButtonVisible | Boolean | (None) | (None) | | Icon | String | (None) | (None) | | IconIndicator | WebUIControl.Indicators | (None) | (None) | | IconSize | Integer | (None) | (None) | | IconVisible | Boolean | (None) | (None) | | Indicator | WebUIControl.Indicators | (None) | (None) | | MessageIndicator | WebUIControl.Indicators | (None) | (None) | | MessageText | String | (None) | (None) | | MessageVisible | Boolean | (None) | (None) | | TitleIndicator | WebUIControl.Indicators | (None) | (None) | | TitleText | String | (None) | (None) | | TitleVisible | Boolean | (None) | (None) |