Intersoft ClientUI Documentation
ExecuteCommand(IWindow,ICommand,UIElement,Object) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindowExtension Class > ExecuteCommand Method : ExecuteCommand(IWindow,ICommand,UIElement,Object) Method






window
command
commandTarget
parameter

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Overloads Shared Sub ExecuteCommand( _
   ByVal window As IWindow, _
   ByVal command As ICommand, _
   ByVal commandTarget As UIElement, _
   ByVal parameter As Object _
) 
Visual Basic (Usage)Copy Code
Dim window As IWindow
Dim command As ICommand
Dim commandTarget As UIElement
Dim parameter As Object
 
IWindowExtension.ExecuteCommand(window, command, commandTarget, parameter)
C# 
[ExtensionAttribute()]
public static void ExecuteCommand( 
   IWindow window,
   ICommand command,
   UIElement commandTarget,
   object parameter
)
Delphi 
public procedure ExecuteCommand( 
    window: IWindow;
    command: ICommand;
    commandTarget: UIElement;
    parameter: TObject
); static; 
JScript 
ExtensionAttribute()
public static function ExecuteCommand( 
   window : IWindow,
   command : ICommand,
   commandTarget : UIElement,
   parameter : Object
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void ExecuteCommand( 
   IWindow* window,
   ICommand* command,
   UIElement* commandTarget,
   Object* parameter
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void ExecuteCommand( 
   IWindow^ window,
   ICommand^ command,
   UIElement^ commandTarget,
   Object^ parameter
) 

Parameters

window
command
commandTarget
parameter

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.