Version 24.2 (latest)

Commanding Class Methods

For a list of all members of this type, see Commanding members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetCommandGets the CommandSource attached to a specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)GetCommandsGets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)GetCommandTargetGets the Infragistics.ICommandTarget that commands should be triggered off of.  
Public Methodstatic (Shared in Visual Basic)SetCommandSets the CommandSource that should be attached to the specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)SetCommandsSets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)SetCommandTargetSets the Infragistics.ICommandTarget that commands should be triggered off of.  
See Also