IntraTextAdornment::GetIsSelected Method (UIElement^)

 

Gets 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 bool GetIsSelected(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The element.

Return Value

Type: System::Boolean

true if the element is selected, otherwise false.

Return to top
Show: