IWindowProvider::Close method (uiautomationcore.h)
Attempts to close the window.
Syntax
HRESULT Close();
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IWindowProvider::Close must return immediately without blocking.
IWindowProvider::Close raises the UIA_Window_WindowClosedEventId event. If possible, the event should be raised after the control has completed its associated action.
When called on a split pane control, this method will close the pane and remove the associated split.
This method may also close all other panes depending on implementation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcore.h (include UIAutomation.h) |