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

Method GetTogglePattern

wxauto/uiautomation.py:6551–6555  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

6549 return self.GetPattern(PatternId.InvokePattern)
6550
6551 def GetTogglePattern(self) -> TogglePattern:
6552 """
6553 Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
6554 """
6555 return self.GetPattern(PatternId.TogglePattern)
6556
6557
6558class CalendarControl(Control):

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected