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

Method GetTransformPattern

wxauto/uiautomation.py:7467–7471  ·  view source on GitHub ↗

Return `TransformPattern` if it supports the pattern else None(Must support according to MSDN).

(self)

Source from the content-addressed store, hash-verified

7465 self._TransformPattern = None
7466
7467 def GetTransformPattern(self) -> TransformPattern:
7468 """
7469 Return `TransformPattern` if it supports the pattern else None(Must support according to MSDN).
7470 """
7471 return self.GetPattern(PatternId.TransformPattern)
7472
7473 def GetWindowPattern(self) -> WindowPattern:
7474 """

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected