CommandBarPopup.accParent Property

Definition

Gets the parent. This property is deprecated.

public:
 property System::Object ^ accParent { System::Object ^ get(); };
public:
 property Platform::Object ^ accParent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(-5000)]
public object accParent { [System.Runtime.InteropServices.DispId(-5000)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(-5000)>]
[<get: System.Runtime.InteropServices.DispId(-5000)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accParent : obj
Public ReadOnly Property accParent As Object

Property Value

The parent. This property is deprecated.

Implements

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to