Intersoft ClientUI Documentation
PrepareWindowOperation Method



The window which operation will be performed.
The operation name.
Prepares the window operation before the execution takes place.
Syntax
Function PrepareWindowOperation( _
   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.PrepareWindowOperation(window, operation)
bool PrepareWindowOperation( 
   IWindow window,
   string operation
)
bool PrepareWindowOperation( 
   IWindow^ window,
   String^ operation
) 

Parameters

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

Return Value

True, if the preparation has handled and executed the window operation.
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