Intersoft ClientUI Documentation
PerformWindowOperation Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ITaskBar Interface : PerformWindowOperation Method






window
The window which operation will be performed.
operation
The operation name.
Executes the window operation instructed by desktop manager.

Syntax

Visual Basic (Declaration) 
Function PerformWindowOperation( _
   ByVal window As IWindow, _
   ByVal operation As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ITaskBar
Dim window As IWindow
Dim operation As String
Dim value As Boolean
 
value = instance.PerformWindowOperation(window, operation)
C# 
bool PerformWindowOperation( 
   IWindow window,
   string operation
)
Delphi 
function PerformWindowOperation( 
    window: IWindow;
    operation: String
): Boolean; 
JScript 
function PerformWindowOperation( 
   window : IWindow,
   operation : String
) : boolean;
Managed Extensions for C++ 
bool PerformWindowOperation( 
   IWindow* window,
   string* operation
) 
C++/CLI 
bool PerformWindowOperation( 
   IWindow^ window,
   String^ operation
) 

Parameters

window
The window which operation will be performed.
operation
The operation name.

Return Value

True, if the operation is successful.

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.