Intersoft ClientUI Documentation
GetInputBindings Method



The object from which the property value is read.
Gets the value of the InputBindings attached property for an object.
Syntax
Public Shared Function GetInputBindings( _
   ByVal element As DependencyObject _
) As InputBindingCollection
Dim element As DependencyObject
Dim value As InputBindingCollection
 
value = CommandManager.GetInputBindings(element)
public static InputBindingCollection GetInputBindings( 
   DependencyObject element
)
public:
static InputBindingCollection^ GetInputBindings( 
   DependencyObject^ element
) 

Parameters

element
The object from which the property value is read.

Return Value

The object's InputBindingCollection property value.
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