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

Method GetInvokePattern

wxauto/uiautomation.py:7243–7247  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

7241 return self.GetPattern(PatternId.ExpandCollapsePattern)
7242
7243 def GetInvokePattern(self) -> InvokePattern:
7244 """
7245 Return `InvokePattern` if it supports the pattern else None(Must support according to MSDN).
7246 """
7247 return self.GetPattern(PatternId.InvokePattern)
7248
7249
7250class StatusBarControl(Control):

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected