User Tools

Site Tools


thinkgeo.mapsuite.giseditor.dockwindow

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

Name Parameters DeclaringType Summary
Public MethodDockWindow Initializes a new instance of the DockablePanel class.
Public MethodDockWindow Control Initializes a new instance of the class.
Public MethodDockWindow Control, DockWindowPosition Initializes a new instance of the class.
Public MethodDockWindow Control, DockWindowPosition, String Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodShow DockWindowPosition Shows a popup dock window.
Public MethodShow Shows a popup dock window as floating window.
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object
Protected MethodShowCore DockWindowPosition Shows the core.

Public Properties

Name Return DeclaringType Summary
Public PropertyContent Control Gets or sets the content of DockablePanel.
Public PropertyFloatingLocation WindowStartupLocation Gets or sets the position of the window when first shown.
Public PropertyFloatingSize Size Gets or sets the floating size of the dock control.
Public PropertyName String Gets or sets the name.
Public PropertyPosition DockWindowPosition Gets or sets which side of the main window should the dock control be.
Public PropertyStartupMode DockWindowStartupMode Gets or sets the startup mode of DockablePanel.
Public PropertyTitle 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

Name Type Description

Go Back

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

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

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

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.DockWindow –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ShowCore(DockWindowPosition)

Shows the core.

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

Gets or sets the 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

Return Type
DockWindowPosition<!– ThinkGeo.MapSuite.GisEditor.DockWindowPosition –>

<!– ThinkGeo.MapSuite.GisEditor.DockWindow –> Go Back

StartupMode

Gets or sets the startup mode of DockablePanel.

Return Value

Return Type
DockWindowStartupMode<!– ThinkGeo.MapSuite.GisEditor.DockWindowStartupMode –>

<!– 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

thinkgeo.mapsuite.giseditor.dockwindow.txt · Last modified: 2017/03/16 21:59 (external edit)