VCWizCtlClass.ParentObject 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.
Microsoft Internal Use Only.
public:
virtual property System::Object ^ ParentObject { System::Object ^ get(); void set(System::Object ^ value); };
public:
virtual property Platform::Object ^ ParentObject { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(1610743864)]
public virtual object ParentObject { [System.Runtime.InteropServices.DispId(1610743864)] get; [System.Runtime.InteropServices.DispId(1610743864)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743864)>]
[<get: System.Runtime.InteropServices.DispId(1610743864)>]
[<set: System.Runtime.InteropServices.DispId(1610743864)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.ParentObject : obj with get, set
Public Overridable Property ParentObject As Object
Property Value
Implements
- Attributes