Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Cursor Property


In This Topic
Cursor Property (ITheme)
In This Topic
Gets the cursor object associated with the theme.
Syntax
'Declaration
 
ReadOnly Property Cursor As IThemeCursor
 
'Usage
 
Dim instance As ITheme
Dim value As IThemeCursor
 
value = instance.Cursor
See Also