ScrollViewerAutomationPeer.IsControlElementCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示与此 关联的 ScrollViewerAutomationPeer 是被最终用户理解为交互式的 还是ScrollViewer对 GUI 中控件的逻辑结构的贡献。 此方法由 IsControlElement() 调用。
protected:
override bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean
返回
如果 TemplatedParent 为 null
,则此方法返回 true
;否则返回 false
。