Return `TransformPattern` if it supports the pattern else None(Conditional support according to MSDN).
(self)
| 6821 | self.AddSearchProperties(ControlType=ControlType.HeaderControl) |
| 6822 | |
| 6823 | def GetTransformPattern(self) -> TransformPattern: |
| 6824 | """ |
| 6825 | Return `TransformPattern` if it supports the pattern else None(Conditional support according to MSDN). |
| 6826 | """ |
| 6827 | return self.GetPattern(PatternId.TransformPattern) |
| 6828 | |
| 6829 | |
| 6830 | class HeaderItemControl(Control): |
nothing calls this directly
no test coverage detected