Implemented interface member:
method
GetCaretRange
Windows.Win32.UI.Accessibility.ITextProvider2.Interface.GetCaretRange(Windows.Win32.Foundation.BOOL*, Windows.Win32.UI.Accessibility.ITextRangeProvider**)
3 overrides of GetCaretRange
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
72
public override HRESULT
GetCaretRange
(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
118
public override HRESULT
GetCaretRange
(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
156
public override HRESULT
GetCaretRange
(BOOL* isActive, ITextRangeProvider** pRetVal)