OutliningMarginBracketControl::OnIsHighlightedChanged Method (Boolean)

 

The event handler called when the IsHighlighted property is changed.

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

protected:
virtual void OnIsHighlightedChanged(
	bool newValue
)

Parameters

newValue
Type: System::Boolean

The new value of IsHighlighted.

Return to top
Show: