public IPCBIWindow Parent { get; set; }Public Property Parent As IPCBIWindow
Get
Setpublic:
virtual property IPCBIWindow^ Parent {
IPCBIWindow^ get () sealed;
void set (IPCBIWindow^ value) sealed;
}abstract Parent : IPCBIWindow with get, set
override Parent : IPCBIWindow with get, set