IGlyphMouseProcessorProvider::GetAssociatedMouseProcessor Method (IWpfTextViewHost^, IWpfTextViewMargin^)

 

Creates an IMouseProcessor for the glyph margin, given a IWpfTextViewHost and a ITextBuffer.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

IMouseProcessor^ GetAssociatedMouseProcessor(
	IWpfTextViewHost^ wpfTextViewHost,
	IWpfTextViewMargin^ margin
)

Return Value

Type: Microsoft.VisualStudio.Text.Editor::IMouseProcessor^

The IMouseProcessor for the glyph margin. The value may be null if this IGlyphMouseProcessorProvider does not participate.

Return to top
Show: