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






element
The object to which the attached property is written.
value
The value to set.
Sets the value of the InputBindings attached property for an object.

Syntax

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

Parameters

element
The object to which the attached property is written.
value
The value to set.

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.