Intersoft ClientUI Documentation
SetInputBindings Method



The object to which the attached property is written.
The value to set.
Sets the value of the InputBindings attached property for an object.
Syntax
Public Shared Sub SetInputBindings( _
   ByVal element As DependencyObject, _
   ByVal value As InputBindingCollection _
) 
Dim element As DependencyObject
Dim value As InputBindingCollection
 
CommandManager.SetInputBindings(element, value)
public static void SetInputBindings( 
   DependencyObject element,
   InputBindingCollection value
)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandManager Class
CommandManager Members

Send Feedback