MCPcopy Create free account
hub / github.com/cluic/wxauto / FillPatternColor

Method FillPatternColor

wxauto/uiautomation.py:4353–4360  ·  view source on GitHub ↗

Property FillPatternColor. Call IUIAutomationStylesPattern::get_CurrentFillPatternColor. Return int, the color of the pattern used to fill an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iu

(self)

Source from the content-addressed store, hash-verified

4351
4352 @property
4353 def FillPatternColor(self) -> int:
4354 """
4355 Property FillPatternColor.
4356 Call IUIAutomationStylesPattern::get_CurrentFillPatternColor.
4357 Return int, the color of the pattern used to fill an element in a document.
4358 Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentfillpatterncolor
4359 """
4360 return self.pattern.CurrentFillPatternColor
4361
4362 @property
4363 def Shape(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected