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) | | | HeightChanged | (None) | (None) | Raised when the note’s height has changed. | | Open | (None) | (None) | | | Pressed | (None) | (None) | Raised when the note is pressed. | | Shown | (None) | (None) | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AdaptiveHeight | Boolean | Nil | | | ButtonIndicator | WebUIControl.Indicators | Nil | | | ButtonText | String | Nil | | | ButtonVisible | Boolean | Nil | | | CloseButtonVisible | Boolean | Nil | | | Icon | String | Nil | | | IconIndicator | WebUIControl.Indicators | Nil | | | IconSize | Integer | Nil | | | IconVisible | Boolean | Nil | | | Indicator | WebUIControl.Indicators | Nil | | | MessageIndicator | WebUIControl.Indicators | Nil | | | MessageText | String | Nil | | | MessageVisible | Boolean | Nil | | | TitleIndicator | WebUIControl.Indicators | Nil | | | TitleText | String | Nil | | | TitleVisible | Boolean | Nil | |