Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables Microsoft UI Automation clients to retrieve the visual styles associated with an element in a document.
Inheritance
The IUIAutomationStylesPattern interface inherits from the IUnknown interface. IUIAutomationStylesPattern also has these types of members:
Methods
The IUIAutomationStylesPattern interface has these methods.
IUIAutomationStylesPattern::get_CachedExtendedProperties Retrieves a cached localized string that contains the list of extended properties for an element in a document. |
IUIAutomationStylesPattern::get_CachedFillColor Retrieves the cached fill color of an element in a document. |
IUIAutomationStylesPattern::get_CachedFillPatternColor Retrieves the cached color of the pattern used to fill an element in a document. |
IUIAutomationStylesPattern::get_CachedShape Retrieves the cached shape of an element in a document. |
IUIAutomationStylesPattern::get_CachedStyleId Retrieves the cached identifier of the visual style associated with an element in a document. |
IUIAutomationStylesPattern::get_CachedStyleName Retrieves the cached name of the visual style associated with an element in a document. |
IUIAutomationStylesPattern::get_CurrentExtendedProperties Retrieves a localized string that contains the list of extended properties for an element in a document. |
IUIAutomationStylesPattern::get_CurrentFillColor Retrieves the fill color of an element in a document. |
IUIAutomationStylesPattern::get_CurrentFillPatternColor Retrieves the color of the pattern used to fill an element in a document. |
IUIAutomationStylesPattern::get_CurrentShape Retrieves the shape of an element in a document. |
IUIAutomationStylesPattern::get_CurrentStyleId Retrieves the identifier of the visual style associated with an element in a document. |
IUIAutomationStylesPattern::get_CurrentStyleName Retrieves the name of the visual style associated with an element in a document. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |