UIElement3DAutomationPeer.IsEnabledCore 方法

定义

返回一个值,该值指示与此 UIElement3D 关联的 UIElement3DAutomationPeer 是否可参与命中测试或接受焦点。 此方法由 IsKeyboardFocusable() 调用。

protected:
 override bool IsEnabledCore();
protected override bool IsEnabledCore ();
override this.IsEnabledCore : unit -> bool
Protected Overrides Function IsEnabledCore () As Boolean

返回

Boolean

如果与此 UIElement3D 关联的 UIElement3DAutomationPeer 可参与命中测试或接受焦点,则为 true;否则为 false

注解

继承自 UIElement3DAutomationPeer 通常不需要重写 IsEnabledCore的类。

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于