Represents a custom cursor that can be set to a UIElement through CursorManager.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class UXCursor
Inherits Intersoft.Client.Framework.ISCursor
Implements IControl, IFramework, ILicensing |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXCursor |
C# | |
---|
public class UXCursor : Intersoft.Client.Framework.ISCursor, IControl, IFramework, ILicensing |
Delphi | |
---|
public class UXCursor = class(Intersoft.Client.Framework.ISCursor, IControl, IFramework, ILicensing) |
JScript | |
---|
public class UXCursor extends Intersoft.Client.Framework.ISCursor implements IControl, IFramework, ILicensing |
Managed Extensions for C++ | |
---|
public __gc class UXCursor : public Intersoft.Client.Framework.ISCursor, IControl, IFramework, ILicensing |
C++/CLI | |
---|
public ref class UXCursor : public Intersoft.Client.Framework.ISCursor, IControl, IFramework, ILicensing |
Inheritance Hierarchy
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also