Intersoft ClientUI Documentation
ExecuteCommand(IWindow,ICommand) Method



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

Parameters

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