public virtual IWin32Window OwnerWindow { get; }
Public Overridable ReadOnly Property OwnerWindow As IWin32Window
Get
Dim instance As WindowMovingOpacity
Dim value As IWin32Window
value = instance.OwnerWindow
public:
virtual property IWin32Window^ OwnerWindow {
IWin32Window^ get ();
}
abstract OwnerWindow : IWin32Window with get
override OwnerWindow : IWin32Window with get
No code example is currently available or this language may not be supported.