About

GraffitiPopupMenu is a drop-in replacement for the Xojo PopupMenu. Only extended functionality will be documented here.

Enumerations

Name Values

This class exposes no enumerations.

Constants

Name Type Value

This class exposes no constants.

Events

Name Parameters Return Type Description
CellBackgroundPaint g as Graphics Boolean Raised when the cell's background is being drawn.
row as Integer
column as Integer
CellTextPaint g as Graphics Boolean Raise when the cell's text is being drawn.
row as Integer
column as Integer
x as Integer
y as Integer
Change None None Raised when the user makes a selection.
KeyDown Key as String Boolean Raised when the user presses a key on their keyboard while the component has focus.
ShowMenu None None Raised when the menu is shown.
ValuePaint g as Graphics Boolean Raised when drawing the value in the primary display area.
byRef bounds as REALbasic.Rect

Methods

Definition Description
Heading(index as Integer) as String Returns the current text assigned to the column header at the specified index.
Heading(index as Integer, assigns newValue as String) Assigns newValue to the column header specified by index.
PopUp() Shows the menu.

Properties

Name Type Default Value Description

This class exposes no properties.

Examples

This class currently has no examples.

Notes

This class currently has no notes.