CommandBarComboBoxClass.accParent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.