GraffitiSuite Docs
Docs
Graffitifavicon
Loading document parsing libraries...
# GraffitiFavIcon Class Inherits GraffitiWebUIControl ## About Set, modify, or unset your application's icon in the browser, including the ability to display notification counts. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Open | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | AttachTo | Target as WebImageViewer | (None) | Used for displaying in a canvas. | | DetachFrom | Target as WebImageViewer | (None) | Detaches the notification icon from a WebImageView. | | SetIcon | URL as String | (None) | Sets the favicon picture. | | SetIconCount | NewCount as Integer <br> Animation as String = "none" <br> IconShape as String = "circle" <br> IconBG as Color = &cdd0000 | (None) | Updates the site’s favicon to display the specified count with the specified options. |