C# Class WeifenLuo.WinFormsUI.Docking.DockPanel.AutoHideWindowControl

Inheritance: System.Windows.Forms.Panel, ISplitterDragSource
Afficher le fichier Open project: dockpanelsuite/dockpanelsuite Class Usage Examples

Private Properties

Свойство Type Description
AnimateWindow void
GetRectangle System.Drawing.Rectangle
ISplitterDragSource void
ISplitterDragSource void
ISplitterDragSource void
LayoutAnimateWindow void
SetActivePane void
SetTimerMouseTrack void
TimerMouseTrack_Tick void

Méthodes publiques

Méthode Description
AutoHideWindowControl ( DockPanel dockPanel ) : System
RefreshActiveContent ( ) : void
RefreshActivePane ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnActiveContentChanged ( EventArgs e ) : void

Private Methods

Méthode Description
AnimateWindow ( bool show ) : void
GetRectangle ( bool show ) : Rectangle
ISplitterDragSource ( ) : void
ISplitterDragSource ( Rectangle rectSplitter ) : void
ISplitterDragSource ( int offset ) : void
LayoutAnimateWindow ( Rectangle rect ) : void
SetActivePane ( ) : void
SetTimerMouseTrack ( ) : void
TimerMouseTrack_Tick ( object sender, EventArgs e ) : void

Method Details

AutoHideWindowControl() public méthode

public AutoHideWindowControl ( DockPanel dockPanel ) : System
dockPanel DockPanel
Résultat System

Dispose() protected méthode

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

OnActiveContentChanged() protected méthode

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

RefreshActiveContent() public méthode

public RefreshActiveContent ( ) : void
Résultat void

RefreshActivePane() public méthode

public RefreshActivePane ( ) : void
Résultat void