Intersoft ClientUI Documentation
GetCommandBindings Method



The object from which the property value is read.
Gets the value of the CommandBindings attached property for an object.
Syntax
Public Shared Function GetCommandBindings( _
   ByVal element As DependencyObject _
) As CommandBindingCollection
Dim element As DependencyObject
Dim value As CommandBindingCollection
 
value = CommandManager.GetCommandBindings(element)
public static CommandBindingCollection GetCommandBindings( 
   DependencyObject element
)
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 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