WorkflowViewAccessibleObject 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
實作一個協助工具物件,WorkflowView 類別可以使用這個物件為殘障使用者調整設計工具使用者介面。
public ref class WorkflowViewAccessibleObject : System::Windows::Forms::Control::ControlAccessibleObject
public class WorkflowViewAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowViewAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
type WorkflowViewAccessibleObject = class
inherit Control.ControlAccessibleObject
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowViewAccessibleObject = class
inherit Control.ControlAccessibleObject
Public Class WorkflowViewAccessibleObject
Inherits Control.ControlAccessibleObject
- 繼承
-
WorkflowViewAccessibleObject
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
建構函式
WorkflowViewAccessibleObject(WorkflowView) |
使用指定的 WorkflowViewAccessibleObject 來初始化 WorkflowView 類別的新執行個體。 |
屬性
Bounds |
取得可存取物件的位置和大小。 |
DefaultAction |
取得字串,這個字串描述可存取物件的預設動作。 並非所有的物件都有預設動作。 |
Description |
取得字串,這個字串描述指定可存取物件的視覺外觀。 並非所有的可存取物件都有描述。 |
Handle |
取得或設定可存取物件的控制代碼。 (繼承來源 Control.ControlAccessibleObject) |
Help |
取得可存取物件功能或可存取物件使用方式的描述。 |
KeyboardShortcut |
取得可存取物件的物件快速鍵或便捷鍵 (Access Key)。 (繼承來源 Control.ControlAccessibleObject) |
Name |
取得或設定可存取的物件名稱。 |
Owner |
取得可存取物件的擁有人。 (繼承來源 Control.ControlAccessibleObject) |
Parent |
取得可存取之物件的父系。 (繼承來源 Control.ControlAccessibleObject) |
Role |
取得可存取物件的角色。 |
State |
取得這個可存取物件的狀態。 (繼承來源 AccessibleObject) |
Value |
取得或設定可存取物件的數值。 (繼承來源 AccessibleObject) |