C# Class WeifenLuo.WinFormsUI.Docking.VS2012LightDockWindow

Inheritance: DockWindow
Mostrar archivo Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
VS2012LightDockWindow ( DockPanel dockPanel, DockState dockState ) : System.ComponentModel

Initializes a new instance of the VS2012LightDockWindow class.

Method Details

VS2012LightDockWindow() public method

Initializes a new instance of the VS2012LightDockWindow class.
public VS2012LightDockWindow ( DockPanel dockPanel, DockState dockState ) : System.ComponentModel
dockPanel DockPanel The dock panel.
dockState DockState State of the dock.
return System.ComponentModel