Intersoft ClientUI Documentation
PerformWindowOperation Method



The window which operation will be performed.
The operation name.
Executes the window operation instructed by desktop manager.
Syntax
Function PerformWindowOperation( _
   ByVal window As IWindow, _
   ByVal operation As String _
) As Boolean
Dim instance As ITaskBar
Dim window As IWindow
Dim operation As String
Dim value As Boolean
 
value = instance.PerformWindowOperation(window, operation)
bool PerformWindowOperation( 
   IWindow window,
   string operation
)
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 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

ITaskBar Interface
ITaskBar Members

Send Feedback