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

Method GetExpandCollapsePattern

wxauto/uiautomation.py:7237–7241  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

7235 self.AddSearchProperties(ControlType=ControlType.SplitButtonControl)
7236
7237 def GetExpandCollapsePattern(self) -> ExpandCollapsePattern:
7238 """
7239 Return `ExpandCollapsePattern` if it supports the pattern else None(Must support according to MSDN).
7240 """
7241 return self.GetPattern(PatternId.ExpandCollapsePattern)
7242
7243 def GetInvokePattern(self) -> InvokePattern:
7244 """

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected