SingleDiagramDocView.Window 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.
Called by the ShellWindow during IVsWindowPane::CreatePaneWindow. Returns the single DesignSurface control hosted by this view
public:
virtual property System::Windows::Forms::IWin32Window ^ Window { System::Windows::Forms::IWin32Window ^ get(); };
public override System.Windows.Forms.IWin32Window Window { get; }
member this.Window : System.Windows.Forms.IWin32Window
Public Overrides ReadOnly Property Window As IWin32Window