C# Class Longkong.WinFormsUI.FloatWindow

Inheritance: System.Windows.Forms.Form, IDockListContainer
显示文件 Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Property Type Description
InternalConstruct void
IsDockStateValid bool
RefreshChanges void
SetText void

Public Methods

Method Description
FloatWindow ( DockPanel dockPanel, DockPane pane ) : System
FloatWindow ( DockPanel dockPanel, DockPane pane, Rectangle bounds ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnActivated ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
InternalConstruct ( DockPanel dockPanel, DockPane pane, bool boundsSpecified, Rectangle bounds ) : void
IsDockStateValid ( DockState dockState ) : bool
RefreshChanges ( ) : void
SetText ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FloatWindow() public method

public FloatWindow ( DockPanel dockPanel, DockPane pane ) : System
dockPanel DockPanel
pane DockPane
return System

FloatWindow() public method

public FloatWindow ( DockPanel dockPanel, DockPane pane, Rectangle bounds ) : System
dockPanel DockPanel
pane DockPane
bounds System.Drawing.Rectangle
return System

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void