MCPcopy
hub / github.com/cluic/wxauto / GetValuePattern

Method GetValuePattern

wxauto/uiautomation.py:6799–6803  ·  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

6797 return self.GetPattern(PatternId.TextPattern)
6798
6799 def GetValuePattern(self) -> ValuePattern:
6800 """
6801 Return `ValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
6802 """
6803 return self.GetPattern(PatternId.ValuePattern)
6804
6805
6806class GroupControl(Control):

Callers 6

quoteMethod · 0.95
quoteMethod · 0.95
SendMsgMethod · 0.95
SendFilesMethod · 0.95
SendMsgMethod · 0.45
SendFilesMethod · 0.45

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected