GraffitiTaskListItem

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
Constructor( ItemTitle as String, ItemContent as String, ItemCanClose as Boolean = True, ItemEditable as Boolean = True ) Instantiates the object.

Properties #

Name Type Default Value Description
BackgroundColor Color &c000000 Color used to draw the item’s background.
BorderColor Color &c000000 Color used to draw the item’s border.
CanClose Boolean True Determines whether the x icon is displayed in the item’s view.
Content String “” The text content of the item.
ContentColor Color &c000000 Text color of the content.
ContentTextAlignment GraffitiTaskList.Alignments Left Alignment of the content text.
ContentTextBold Boolean False Bold style of the content text.
ContentTextFont String “Helvetica” Font face used to draw content text.
ContentTextItalic Boolean False Italic style of the content text.
ContentTextSize Integer 10 Size of the content text.
Editable Boolean True Determines the visibility of the pencil icon in the item’s view, and the associated functionality.
HasValue Boolean True Determines if the checkbox is shown, and whether checkbox behavior is enabled.
Menu MenuItem Nil The menu displayed if the user clicks the disclosure chevron in the item’s view.
Tag Variant Nil Supplemental data storage.
Title String “” Title text of the item.
TitleColor Color &c000000 Color of the title text.
TitleTextAlignment GraffitiTaskList.Alignments Left Alignment of the title text.
TitleTextBold Boolean True Bold style of title text.
TitleTextFont String “Helvetica” Font face used to draw title text.
TitleTextItalic Boolean False Italic style of title text.
TitleTextSize Integer 12 Size of title text.
TitleTextUndelne Boolean False Underline style of title text.
Value Boolean False Value of the checkbox for the item, and associated behavior.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.