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






obj

Syntax

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

Parameters

obj

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.