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

Method GetTextPattern

wxauto/uiautomation.py:6763–6767  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

6761 self.AddSearchProperties(ControlType=ControlType.DocumentControl)
6762
6763 def GetTextPattern(self) -> TextPattern:
6764 """
6765 Return `TextPattern` if it supports the pattern else None(Must support according to MSDN).
6766 """
6767 return self.GetPattern(PatternId.TextPattern)
6768
6769 def GetScrollPattern(self) -> ScrollPattern:
6770 """

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected