GraffitiCursor

Enumerations #

This class exposes no enumerations.

Constants #

NameTypeValue
FlipBothString“both”
FlipHorizontalString“horizontal”
FlipNoneString“none”
FlipVerticalString“vertical”

Events #

This class exposes no events.

Methods #

DefinitionParametersReturn TypeDescription
SetCursorBindTo as WebControl
iconName as String
iconColor as Color = &c000000
iconSize as Integer = 14
hotspotX as Integer = 0
hotspotY as Integer = 0
iconFlip as String = FlipNone
iconRotate as Integer = 0
iconOutline as Color = &c00000000
NoneSet the cursor of an object to a specified icon.
SetBodyCursoriconName as String
iconColor as Color = &c000000
iconSize as Integer = 14
hotspotX as Integer = 0
hotspotY as Integer = 0
iconFlip as String = FlipNone
iconRotate as Integer = 0
iconOutline as Color = &c00000000
NoneSet the page’s body cursor to a specified icon.
UnsetBodyCursorNoneReverts the page’s BODY tag’s cursor to default.
UnsetCursorboundTo as WebControlNoneReverts the control’s cursor to default.

Properties #

NameTypeDefault ValueDescription
   This classes exposes no properties.

Examples #

There are currently no examples for this class.