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






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

Syntax

Visual Basic (Declaration) 
Public Shared Function GetCommandBindings( _
   ByVal element As DependencyObject _
) As CommandBindingCollection
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As CommandBindingCollection
 
value = CommandManager.GetCommandBindings(element)
C# 
public static CommandBindingCollection GetCommandBindings( 
   DependencyObject element
)
Delphi 
public function GetCommandBindings( 
    element: DependencyObject
): CommandBindingCollection; static; 
JScript 
public static function GetCommandBindings( 
   element : DependencyObject
) : CommandBindingCollection;
Managed Extensions for C++ 
public: static CommandBindingCollection* GetCommandBindings( 
   DependencyObject* element
) 
C++/CLI 
public:
static CommandBindingCollection^ GetCommandBindings( 
   DependencyObject^ element
) 

Parameters

element
The object from which the property value is read.

Return Value

The object's CommandBindingCollection 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.