ITextSelection.ActivationTracksFocus Eigenschaft

Definition

Bestimmt, ob IsActive verfolgen soll, wenn ITextView an aggregiertem Fokus zu- oder abnimmt. Der Standardwert ist true.

public:
 property bool ActivationTracksFocus { bool get(); void set(bool value); };
public:
 property bool ActivationTracksFocus { bool get(); void set(bool value); };
public bool ActivationTracksFocus { get; set; }
member this.ActivationTracksFocus : bool with get, set
Public Property ActivationTracksFocus As Boolean

Eigenschaftswert

Boolean

true, wenn die Aktivierung den Aggregat Fokus nachverfolgt, andernfalls false.

Hinweise

Obwohl der Wert dieser Eigenschaft trueist, wird der Wert von nach IsActive verfolgt HasAggregateFocus . Wenn der Wert dieser Eigenschaft in truegeändert wird, wird der Wert von IsActive sofort aktualisiert.

Gilt für