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






window
command
commandTarget

Syntax

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

Parameters

window
command
commandTarget

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.