GraffitiTabBarItem

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
Bounds Realbasic.Rect Nil Upon draw, this property will be updated with the drawing location of the item in the display. This should not be changed outside of GraffitiTabBar.
CanClose Boolean True Controls display of the Close button.
CustomColors Boolean False If True, the tab will be drawn with the defined custom colors.
Enabled Boolean True If False, the tab will draw disabled and will not responding to user interactions.
Icon Picture Nil Icon to draw beside caption. Any size icon can be used, and it will be adjusted to fit the allotted area.
TabColor Color &c000000 Color applied to tab’s background when CustomColors = True
TabColorActive Color &c000000 Background color of tab when the item is selected and CustomColors = True.
TabColorHover Color &c000000 Background color of the tab when the item is hovered and CustomColors = True.
Tag Variant Nil User-specified tag.
Text String “” Caption of the tab.
TextColor Color &c000000 Color applied to tab’s text when CustomColors = True.
TextBold Boolean False Font weight of the tab’s text.
TextItalic Boolean False If True, text will be drawn italic.
TextSize Integer 12 Size of the tab’s text.
TextUnderline Boolean False If True, text will be drawn with an underline.
TextColorActive Color &c000000 Color applied to text when the tab is selected.
TextColorHover Color &c000000 Color applied to text when the tab is hovered.

Examples #

There are currently no examples for this class.