Intersoft ClientUI Documentation
SetFocusedElement Method
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > FocusManager Class : SetFocusedElement Method






obj
value

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetFocusedElement( _
   ByVal obj As DependencyObject, _
   ByVal value As DependencyObject _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As DependencyObject
 
FocusManager.SetFocusedElement(obj, value)
C# 
public static void SetFocusedElement( 
   DependencyObject obj,
   DependencyObject value
)
Delphi 
public procedure SetFocusedElement( 
    obj: DependencyObject;
    value: DependencyObject
); static; 
JScript 
public static function SetFocusedElement( 
   obj : DependencyObject,
   value : DependencyObject
);
Managed Extensions for C++ 
public: static void SetFocusedElement( 
   DependencyObject* obj,
   DependencyObject* value
) 
C++/CLI 
public:
static void SetFocusedElement( 
   DependencyObject^ obj,
   DependencyObject^ 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.