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

Method GetTransformPattern

wxauto/uiautomation.py:6823–6827  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

6821 self.AddSearchProperties(ControlType=ControlType.HeaderControl)
6822
6823 def GetTransformPattern(self) -> TransformPattern:
6824 """
6825 Return `TransformPattern` if it supports the pattern else None(Conditional support according to MSDN).
6826 """
6827 return self.GetPattern(PatternId.TransformPattern)
6828
6829
6830class HeaderItemControl(Control):

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected