ActivityDesignerAccessibleObject.Parent プロパティ

定義

ActivityDesignerAccessibleObjectの親を取得します。

public:
 virtual property System::Windows::Forms::AccessibleObject ^ Parent { System::Windows::Forms::AccessibleObject ^ get(); };
public override System.Windows.Forms.AccessibleObject Parent { get; }
member this.Parent : System.Windows.Forms.AccessibleObject
Public Overrides ReadOnly Property Parent As AccessibleObject

プロパティ値

現在の AccessibleObject の親を表す ActivityDesignerAccessibleObject。親アクセス可能なオブジェクトがない場合は null 参照 (Visual Basicでは Nothing)。

適用対象