Intersoft ClientUI Documentation
SetCommandBindings Method



The object to which the attached property is written.
The value to set.
Sets the value of the CommandBindings attached property for an object.
Syntax
Public Shared Sub SetCommandBindings( _
   ByVal element As DependencyObject, _
   ByVal value As CommandBindingCollection _
) 
Dim element As DependencyObject
Dim value As CommandBindingCollection
 
CommandManager.SetCommandBindings(element, value)
public static void SetCommandBindings( 
   DependencyObject element,
   CommandBindingCollection value
)
public:
static void SetCommandBindings( 
   DependencyObject^ element,
   CommandBindingCollection^ 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