ExpandCollapsePattern_Expand Function

Note  This function is deprecated. Client applications should use the Microsoft UI Automation COM interfaces instead.

Expands a control on the screen so that it shows more information.

Syntax

HRESULT ExpandCollapsePattern_Expand(      
    HUIAPATTERNOBJECT hobj
);

Parameters

  • hobj
    [in] The control pattern object.

Return Value

Returns S_OK if successful or an error value otherwise.

Function Information

Stock Implementation uiautomationcore.dll
Custom Implementation No
Header uiautomationcoreapi.h
Import library uiautomationcore.lib
Minimum operating systems Windows XP