Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|---|---|
FlipBoth | String | “both” |
FlipHorizontal | String | “horizontal” |
FlipNone | String | “none” |
FlipVertical | String | “vertical” |
Events #
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
SetCursor | BindTo 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 | None | Set the cursor of an object to a specified icon. |
SetBodyCursor | 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 | None | Set the page’s body cursor to a specified icon. |
UnsetBodyCursor | None | Reverts the page’s BODY tag’s cursor to default. | |
UnsetCursor | boundTo as WebControl | None | Reverts the control’s cursor to default. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
This classes exposes no properties. |
Examples #
There are currently no examples for this class.