IMultiSelectionBroker.AreSelectionsActive 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
中的选择是否处于活动状态 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
属性值
注解
如果 ActivationTracksFocus 为 true,则当 ITextView 提升和失去聚合焦点时,此属性会自动更新。 你仍可以在 ActivationTracksFocus 为 false时覆盖它,但只要焦点更改,该值就会更改。