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

Method GetValuePattern

wxauto/uiautomation.py:6775–6779  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

6773 return self.GetPattern(PatternId.ScrollPattern)
6774
6775 def GetValuePattern(self) -> ValuePattern:
6776 """
6777 Return `ValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
6778 """
6779 return self.GetPattern(PatternId.ValuePattern)
6780
6781
6782class EditControl(Control):

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected