Graphics.DrawNoteIcon
From Xojo Documentation
Method
Draws the operating system's Note icon at the coordinates specified. X and Y are the coordinates of the top-left corner.
Sample Code
This code draws the Note icon at the passed coordinates. The code is in the Paint event.
g.DrawNoteIcon(170.0, 120.0)