Property | Type | Description | |
---|---|---|---|
BeginDrag | void | ||
GetAutoHideWindowBounds | Rectangle | ||
GetDockDragHandler | DockDragHandler | ||
GetSplitterDragHandler | SplitterDragHandler | ||
OnDocumentDragged | void | ||
RefreshActiveAutoHideContent | void | ||
RefreshAutoHideStrip | void | ||
SaveFocus | void |
Method | Description | |
---|---|---|
BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void | ||
LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent ) : void |
Loads layout from a stream. The stream is closed after deserialization. |
|
LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent, bool closeStream ) : void |
Loads layout from a stream.
|
|
LoadFromXml ( string fileName, DeserializeDockContent deserializeContent ) : void |
Loads layout from XML file.
|
|
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 |
Method | Description | |
---|---|---|
OnActiveContentChanged ( |
||
OnActiveDocumentChanged ( |
||
OnActivePaneChanged ( |
Method | Description | |
---|---|---|
BeginDrag ( IDockDragSource dragSource ) : void | ||
GetAutoHideWindowBounds ( Rectangle rectAutoHideWindow ) : Rectangle | ||
GetDockDragHandler ( ) : DockDragHandler | ||
GetSplitterDragHandler ( ) : SplitterDragHandler | ||
OnDocumentDragged ( ) : void | ||
RefreshActiveAutoHideContent ( ) : void | ||
RefreshAutoHideStrip ( ) : void | ||
SaveFocus ( ) : void |
public BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void | ||
dragSource | ISplitterDragSource | |
rectSplitter | Rectangle | |
return | void |
public LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent ) : void | ||
stream | System.Stream | The stream. |
deserializeContent | DeserializeDockContent | Deserialization handler. |
return | void |
public LoadFromXml ( System.Stream stream, DeserializeDockContent deserializeContent, bool closeStream ) : void | ||
stream | System.Stream | The stream. |
deserializeContent | DeserializeDockContent | Deserialization handler. |
closeStream | bool | The flag to close the stream after deserialization. |
return | void |
public LoadFromXml ( string fileName, DeserializeDockContent deserializeContent ) : void | ||
fileName | string | The file name. |
deserializeContent | DeserializeDockContent | Deserialization handler. |
return | void |
protected OnActiveContentChanged ( |
||
e | ||
return | void |
protected OnActiveDocumentChanged ( |
||
e | ||
return | void |
protected OnActivePaneChanged ( |
||
e | ||
return | void |
public SaveAsXml ( System.Stream stream, Encoding encoding ) : void | ||
stream | System.Stream | |
encoding | Encoding | |
return | void |
public SaveAsXml ( System.Stream stream, Encoding encoding, bool upstream ) : void | ||
stream | System.Stream | |
encoding | Encoding | |
upstream | bool | |
return | void |
public SaveAsXml ( string fileName, Encoding encoding ) : void | ||
fileName | string | |
encoding | Encoding | |
return | void |