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






element
The object from which the property value is read.
Gets the value of the InputBindings attached property for an object.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetInputBindings( _
   ByVal element As DependencyObject _
) As InputBindingCollection
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As InputBindingCollection
 
value = CommandManager.GetInputBindings(element)
C# 
public static InputBindingCollection GetInputBindings( 
   DependencyObject element
)
Delphi 
public function GetInputBindings( 
    element: DependencyObject
): InputBindingCollection; static; 
JScript 
public static function GetInputBindings( 
   element : DependencyObject
) : InputBindingCollection;
Managed Extensions for C++ 
public: static InputBindingCollection* GetInputBindings( 
   DependencyObject* element
) 
C++/CLI 
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 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.