IntraTextAdornment.SetIsSelected(UIElement, Boolean) Método

Definição

Define o valor IsSelected no especificado UIElement .

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)

Parâmetros

element
UIElement

O elemento .

isSelected
Boolean

O valor IsSelected.

Aplica-se a