C# Class Longkong.WinFormsUI.FloatWindow

Inheritance: System.Windows.Forms.Form, IDockListContainer
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство Type Description
InternalConstruct void
IsDockStateValid bool
RefreshChanges void
SetText void

Méthodes publiques

Méthode Description
FloatWindow ( DockPanel dockPanel, DockPane pane ) : System
FloatWindow ( DockPanel dockPanel, DockPane pane, Rectangle bounds ) : System

Méthodes protégées

Méthode 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

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FloatWindow() public méthode

public FloatWindow ( DockPanel dockPanel, DockPane pane ) : System
dockPanel DockPanel
pane DockPane
Résultat System

FloatWindow() public méthode

public FloatWindow ( DockPanel dockPanel, DockPane pane, Rectangle bounds ) : System
dockPanel DockPanel
pane DockPane
bounds System.Drawing.Rectangle
Résultat System

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void