Intersoft ClientUI Documentation
ExecuteCommand(IWindow,ICommand,UIElement,Object) Method



Syntax
<ExtensionAttribute()>
Public Overloads Shared Sub ExecuteCommand( _
   ByVal window As IWindow, _
   ByVal command As ICommand, _
   ByVal commandTarget As UIElement, _
   ByVal parameter As Object _
) 
Dim window As IWindow
Dim command As ICommand
Dim commandTarget As UIElement
Dim parameter As Object
 
IWindowExtension.ExecuteCommand(window, command, commandTarget, parameter)
[ExtensionAttribute()]
public static void ExecuteCommand( 
   IWindow window,
   ICommand command,
   UIElement commandTarget,
   object parameter
)
[ExtensionAttribute()]
public:
static void ExecuteCommand( 
   IWindow^ window,
   ICommand^ command,
   UIElement^ commandTarget,
   Object^ parameter
) 

Parameters

window
command
commandTarget
parameter
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

IWindowExtension Class
IWindowExtension Members
Overload List

Send Feedback