GraffitiRibbonItem

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Description

This class exposes no events.

Methods #

Definition Description

This class exposes no methods.

Properties #

Name Type Default Value Description
BackgroundColor Color &c000000 Default background color of the item.
BackgroundColorDown Color &c000000 Background color of the item when mouse is down.
BackgroundColorHover Color &c000000 Background color of the item when mouse is hovering.
BorderColor Color &c000000 Default border color of the item.
BorderColorDown Color &c000000 Border color of the item when mouse is down.
BorderColorHover Color &c000000 Border color of the item when mouse is hovering.
CustomColors Boolean False When True, this item will use its color properties when drawing and override any settings in the parent Ribbon.
Tag Variant Nil User-supplied data.
TextBold Boolean False Bold font style.
TextColor Color &c000000 Default text color of the item.
TextColorDown Color &c000000 Text color when mouse is down.
TextColorHover Color &c000000 Text color when mouse is hovering.
TextFont String “Helvetica” Font face used to draw text.
TextItalic Boolean False Italic font style.
TextSize Integer 12 Size of text font.
TextUnderline Boolean False Underline font style.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.