Intersoft ClientUI Documentation
SetCursor Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > CursorManager Class : SetCursor Method






obj
value

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetCursor( _
   ByVal obj As DependencyObject, _
   ByVal value As ISCursor _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As ISCursor
 
CursorManager.SetCursor(obj, value)
C# 
public static void SetCursor( 
   DependencyObject obj,
   ISCursor value
)
Delphi 
public procedure SetCursor( 
    obj: DependencyObject;
    value: ISCursor
); static; 
JScript 
public static function SetCursor( 
   obj : DependencyObject,
   value : ISCursor
);
Managed Extensions for C++ 
public: static void SetCursor( 
   DependencyObject* obj,
   ISCursor* value
) 
C++/CLI 
public:
static void SetCursor( 
   DependencyObject^ obj,
   ISCursor^ value
) 

Parameters

obj
value

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

© 2012 All Rights Reserved.