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

Method GetMultipleViewPattern

wxauto/uiautomation.py:6895–6899  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

6893 return self.GetPattern(PatternId.GridPattern)
6894
6895 def GetMultipleViewPattern(self) -> MultipleViewPattern:
6896 """
6897 Return `MultipleViewPattern` if it supports the pattern else None(Conditional support according to MSDN).
6898 """
6899 return self.GetPattern(PatternId.MultipleViewPattern)
6900
6901 def GetScrollPattern(self) -> ScrollPattern:
6902 """

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected