Cursor Property (AWTComponent)

Action

Gets the name of the cursor set in the component.

Syntax

C#
protected String Cursor { get; }
VB
'Declaration
Protected Read Property Cursor As String

Access

Read only.

Examples

VB

Dim cursor As String = component.Cursor