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

Method GetTextPattern

wxauto/uiautomation.py:7339–7343  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

7337 return self.GetPattern(PatternId.TableItemPattern)
7338
7339 def GetTextPattern(self) -> TextPattern:
7340 """
7341 Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
7342 """
7343 return self.GetPattern(PatternId.TextPattern)
7344
7345
7346class ThumbControl(Control):

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected