IntraTextAdornment.SetIsSelected(UIElement, Boolean) Methode

Definition

Legt den IsSelected-Wert für das angegebene UIElement fest.

public:
 static void SetIsSelected(System::Windows::UIElement ^ element, bool isSelected);
public static void SetIsSelected (System.Windows.UIElement element, bool isSelected);
static member SetIsSelected : System.Windows.UIElement * bool -> unit
Public Shared Sub SetIsSelected (element As UIElement, isSelected As Boolean)

Parameter

element
UIElement

Das Element.

isSelected
Boolean

Der IsSelected-Wert.

Gilt für