ThinkGeo.MapSuite.GisEditor.DockWindow
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –>
This class is wrapper for the actual dock control used in the application.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Name | Return | DeclaringType | Summary |
Content | Control | | Gets or sets the content of DockablePanel. |
FloatingLocation | WindowStartupLocation | | Gets or sets the position of the window when first shown. |
FloatingSize | Size | | Gets or sets the floating size of the dock control. |
Name | String | | Gets or sets the name. |
Position | DockWindowPosition | | Gets or sets which side of the main window should the dock control be. |
StartupMode | DockWindowStartupMode | | Gets or sets the startup mode of DockablePanel. |
Title | String | | Gets or sets a DockablePanel's title. |
Protected Properties
Name | Return | DeclaringType | Summary |
Public Events
Name | Event Arguments | DeclaringType | Summary |
Public Constructors
DockWindow()
Initializes a new instance of the DockablePanel class.
Parameters
DockWindow(Control)
Initializes a new instance of the class.
Parameters
Name | Type | Description |
content | Control<!– System.Windows.Controls.Control –> | The content. |
Go Back
DockWindow(Control, DockWindowPosition)
Initializes a new instance of the class.
Parameters
Name | Type | Description |
content | Control<!– System.Windows.Controls.Control –> | The content. |
dockPlacement | DockWindowPosition<!– ThinkGeo.MapSuite.GisEditor.DockWindowPosition –> | The dock placement. |
Go Back
DockWindow(Control, DockWindowPosition, String)
Initializes a new instance of the class.
Parameters
Name | Type | Description |
content | Control<!– System.Windows.Controls.Control –> | The content. |
position | DockWindowPosition<!– ThinkGeo.MapSuite.GisEditor.DockWindowPosition –> | The position. |
title | String<!– System.String –> | The title. |
Go Back
Protected Constructors
Public Methods
Equals(Object)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetHashCode()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
GetType()
Return Value
Return Type | Description |
Type<!– System.Type –> | |
Parameters
Show(DockWindowPosition)
Shows a popup dock window.
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dockWindowPosition | DockWindowPosition<!– ThinkGeo.MapSuite.GisEditor.DockWindowPosition –> | Indicates where the dock window should be shown. |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
Show()
Shows a popup dock window as floating window.
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
ToString()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
Protected Methods
Finalize()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
MemberwiseClone()
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
ShowCore(DockWindowPosition)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dockWindowPosition | DockWindowPosition<!– ThinkGeo.MapSuite.GisEditor.DockWindowPosition –> | The dock window position. |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
Public Properties
Content
Gets or sets the content of DockablePanel.
Return Value
Return Type |
Control<!– System.Windows.Controls.Control –> |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
FloatingLocation
Gets or sets the position of the window when first shown.
Return Value
Return Type |
WindowStartupLocation<!– System.Windows.WindowStartupLocation –> |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
FloatingSize
Gets or sets the floating size of the dock control.
Return Value
Return Type |
Size<!– System.Windows.Size –> |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
Name
Return Value
Return Type |
String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
Position
Gets or sets which side of the main window should the dock control be.
Return Value
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
StartupMode
Gets or sets the startup mode of DockablePanel.
Return Value
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
Title
Gets or sets a DockablePanel's title.
Return Value
Return Type |
String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.DockWindow –>
Go Back
Protected Properties
Public Events