CommandBarComboBoxClass.accParent Property

Definition

Gets the parent. This property is deprecated.

public:
 virtual property System::Object ^ accParent { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ accParent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(-5000)]
public virtual 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 Overridable 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