IMultiSelectionBroker.AreSelectionsActive 属性

定义

中的选择是否处于活动状态 TextView

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

属性值

Boolean

注解

如果 ActivationTracksFocustrue,则当 ITextView 提升和失去聚合焦点时,此属性会自动更新。 你仍可以在 ActivationTracksFocusfalse时覆盖它,但只要焦点更改,该值就会更改。

适用于