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

Method GetScrollPattern

wxauto/uiautomation.py:6769–6773  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

6767 return self.GetPattern(PatternId.TextPattern)
6768
6769 def GetScrollPattern(self) -> ScrollPattern:
6770 """
6771 Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
6772 """
6773 return self.GetPattern(PatternId.ScrollPattern)
6774
6775 def GetValuePattern(self) -> ValuePattern:
6776 """

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected