public WindowInfo ParentWindow { get; }
Public ReadOnly Property ParentWindow As WindowInfo
Get
Dim instance As WindowInfo
Dim value As WindowInfo
value = instance.ParentWindow
public:
property WindowInfo^ ParentWindow {
WindowInfo^ get ();
}
member ParentWindow : WindowInfo with get
No code example is currently available or this language may not be supported.