IntraTextAdornment::SetIsSelected Method (UIElement^, Boolean)

 

Sets the IsSelected value on the specified UIElement.

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

public:
static void SetIsSelected(
	UIElement^ element,
	bool isSelected
)

Parameters

element
Type: System.Windows::UIElement^

The element.

isSelected
Type: System::Boolean

The IsSelected value.

Return to top
Show: