UIElement3DAutomationPeer.IsEnabledCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示与此 UIElement3D 关联的 UIElement3DAutomationPeer 是否可参与命中测试或接受焦点。 此方法由 IsKeyboardFocusable() 调用。
protected:
override bool IsEnabledCore();
protected override bool IsEnabledCore ();
override this.IsEnabledCore : unit -> bool
Protected Overrides Function IsEnabledCore () As Boolean
返回
如果与此 UIElement3D 关联的 UIElement3DAutomationPeer 可参与命中测试或接受焦点,则为 true
;否则为 false
。
注解
继承自 UIElement3DAutomationPeer 通常不需要重写 IsEnabledCore的类。
UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系。