InkCanvas::Select Method (IEnumerable<UIElement^>^)
.NET Framework (current version)
Selects a set of UIElement objects.
Assembly: PresentationFramework (in PresentationFramework.dll)
An InkCanvas can contain Stroke objects, which are created in response to user stylus input and UIElement objects, such as Image and Button objects.
Selected strokes are displayed with an adorner around them for ease of recognition and manipulation. UIElement objects will not display differently when selected. If a UIElement in selectedElements is not in the Children collection, Select ignores the UIElement.
.NET Framework
Available since 3.0
Available since 3.0
Show: