Méthode | Description | |
---|---|---|
DockPanel ( ) : System | ||
DocumentsToArray ( ) : IDockContent[] | ||
LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent ) : void | ||
LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent, bool closeStream ) : void | ||
LoadFromXml ( string fileName, DeserializeDockContent deserializeContent ) : void | ||
RemoveContent ( IDockContent content ) : void | ||
ResumeLayout ( bool performLayout, bool allWindows ) : void | ||
SaveAsXml ( System.Stream stream, Encoding encoding ) : void | ||
SaveAsXml ( System.Stream stream, Encoding encoding, bool upstream ) : void | ||
SaveAsXml ( string fileName ) : void | ||
SaveAsXml ( string fileName, Encoding encoding ) : void | ||
SetPaneIndex ( |
||
SuspendLayout ( bool allWindows ) : void | ||
UpdateDockWindowZOrder ( DockStyle dockStyle, bool fullPanelEdge ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnActiveContentChanged ( |
||
OnActiveDocumentChanged ( |
||
OnActivePaneChanged ( |
||
OnContentAdded ( DockContentEventArgs e ) : void | ||
OnContentRemoved ( DockContentEventArgs e ) : void | ||
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnParentChanged ( |
||
OnRightToLeftChanged ( |
||
OnVisibleChanged ( |
Méthode | Description | |
---|---|---|
AddContent ( IDockContent content ) : void | ||
AddFloatWindow ( |
||
AddPane ( |
||
BeginDrag ( IDockDragSource dragSource ) : void | ||
BeginDrag ( ISplitterDragSource dragSource, |
||
CalculateDockPadding ( ) : void | ||
DummyControl_Paint ( object sender, PaintEventArgs e ) : void | ||
GetAutoHideWindowBounds ( |
||
GetDockDragHandler ( ) : DockDragHandler | ||
GetDockWindowSize ( DockState dockState ) : int | ||
GetMdiClientController ( ) : MdiClientController | ||
GetSplitterDragHandler ( ) : SplitterDragHandler | ||
GetTabStripRectangle ( DockState dockState ) : |
||
InvalidateWindowRegion ( ) : void | ||
IsClipRectsChanged ( |
||
IsParentFormValid ( ) : bool | ||
MdiClientHandleAssigned ( object sender, |
||
MdiClient_Layout ( object sender, System.Windows.Forms.LayoutEventArgs e ) : void | ||
ParentFormMdiChildActivate ( object sender, |
||
PerformMdiClientLayout ( ) : void | ||
RectangleToMdiClient ( |
||
RefreshActiveAutoHideContent ( ) : void | ||
RefreshAutoHideStrip ( ) : void | ||
RemoveFloatWindow ( |
||
RemovePane ( |
||
ResetAutoHideStripControl ( ) : void | ||
ResumeMdiClientLayout ( bool perform ) : void | ||
SaveFocus ( ) : void | ||
SetAutoHideWindowParent ( ) : void | ||
SetMdiClient ( ) : void | ||
SetMdiClientBounds ( |
||
SetRegion ( |
||
ShouldSerializeDefaultFloatWindowSize ( ) : bool | ||
SuspendMdiClientLayout ( ) : void | ||
UpdateWindowRegion ( ) : void | ||
UpdateWindowRegion_ClipContent ( ) : void | ||
UpdateWindowRegion_EmptyDocumentArea ( ) : void | ||
UpdateWindowRegion_FullDocumentArea ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public DocumentsToArray ( ) : IDockContent[] | ||
Résultat | IDockContent[] |
public LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent ) : void | ||
stream | System.Stream | |
deserializeContent | DeserializeDockContent | |
Résultat | void |
public LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent, bool closeStream ) : void | ||
stream | System.Stream | |
deserializeContent | DeserializeDockContent | |
closeStream | bool | |
Résultat | void |
public LoadFromXml ( string fileName, DeserializeDockContent deserializeContent ) : void | ||
fileName | string | |
deserializeContent | DeserializeDockContent | |
Résultat | void |
protected OnActiveContentChanged ( |
||
e | ||
Résultat | void |
protected OnActiveDocumentChanged ( |
||
e | ||
Résultat | void |
protected OnActivePaneChanged ( |
||
e | ||
Résultat | void |
protected OnContentAdded ( DockContentEventArgs e ) : void | ||
e | DockContentEventArgs | |
Résultat | void |
protected OnContentRemoved ( DockContentEventArgs e ) : void | ||
e | DockContentEventArgs | |
Résultat | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnParentChanged ( |
||
e | ||
Résultat | void |
protected OnRightToLeftChanged ( |
||
e | ||
Résultat | void |
protected OnVisibleChanged ( |
||
e | ||
Résultat | void |
public RemoveContent ( IDockContent content ) : void | ||
content | IDockContent | |
Résultat | void |
public ResumeLayout ( bool performLayout, bool allWindows ) : void | ||
performLayout | bool | |
allWindows | bool | |
Résultat | void |
public SaveAsXml ( System.Stream stream, Encoding encoding ) : void | ||
stream | System.Stream | |
encoding | Encoding | |
Résultat | void |
public SaveAsXml ( System.Stream stream, Encoding encoding, bool upstream ) : void | ||
stream | System.Stream | |
encoding | Encoding | |
upstream | bool | |
Résultat | void |
public SaveAsXml ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public SaveAsXml ( string fileName, Encoding encoding ) : void | ||
fileName | string | |
encoding | Encoding | |
Résultat | void |
public SetPaneIndex ( |
||
pane | ||
index | int | |
Résultat | void |
public SuspendLayout ( bool allWindows ) : void | ||
allWindows | bool | |
Résultat | void |
public UpdateDockWindowZOrder ( DockStyle dockStyle, bool fullPanelEdge ) : void | ||
dockStyle | DockStyle | |
fullPanelEdge | bool | |
Résultat | void |