====== ThinkGeo.MapSuite.GisEditor.DockWindow ====== {{section>upgrade_map_suite_to_10.0}} This class is wrapper for the actual dock control used in the application. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.DockWindow]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#DockWindow()|DockWindow]] | | | Initializes a new instance of the DockablePanel class. | | {{wiki:PublicMethod.gif|Public Method}}[[#DockWindow(Control)|DockWindow]] | Control | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#DockWindow(Control, DockWindowPosition)|DockWindow]] | Control, [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#DockWindow(Control, DockWindowPosition, String)|DockWindow]] | Control, [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]], String | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Show(DockWindowPosition)|Show]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | | Shows a popup dock window. | | {{wiki:PublicMethod.gif|Public Method}}[[#Show()|Show]] | | | Shows a popup dock window as floating window. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ShowCore(DockWindowPosition)|ShowCore]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | | Shows the core. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Content|Content]] | Control | | Gets or sets the content of DockablePanel. | | {{wiki:PublicProperty.gif|Public Property}}[[#FloatingLocation|FloatingLocation]] | WindowStartupLocation | | Gets or sets the position of the window when first shown. | | {{wiki:PublicProperty.gif|Public Property}}[[#FloatingSize|FloatingSize]] | Size | | Gets or sets the floating size of the dock control. | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | | Gets or sets the name. | | {{wiki:PublicProperty.gif|Public Property}}[[#Position|Position]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | | Gets or sets which side of the main window should the dock control be. | | {{wiki:PublicProperty.gif|Public Property}}[[#StartupMode|StartupMode]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowStartupMode|DockWindowStartupMode]] | | Gets or sets the startup mode of DockablePanel. | | {{wiki:PublicProperty.gif|Public Property}}[[#Title|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 === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== DockWindow(Control) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | content | Control | The content. | [[#Public Constructors|Go Back]] ==== DockWindow(Control, DockWindowPosition) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | content | Control | The content. | | dockPlacement | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | The dock placement. | [[#Public Constructors|Go Back]] ==== DockWindow(Control, DockWindowPosition, String) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | content | Control | The content. | | position | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | The position. | | title | String | The title. | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Show(DockWindowPosition) ==== Shows a popup dock window. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindowPosition | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | Indicates where the dock window should be shown. | [[#Public Methods|Go Back]] ==== Show() ==== Shows a popup dock window as floating window. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== ShowCore(DockWindowPosition) ==== Shows the core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindowPosition | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | The dock window position. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Content ==== Gets or sets the content of DockablePanel. === Return Value === ^ Return Type ^ | Control | [[#Public Properties|Go Back]] ==== FloatingLocation ==== Gets or sets the position of the window when first shown. === Return Value === ^ Return Type ^ | WindowStartupLocation | [[#Public Properties|Go Back]] ==== FloatingSize ==== Gets or sets the floating size of the dock control. === Return Value === ^ Return Type ^ | Size | [[#Public Properties|Go Back]] ==== Name ==== Gets or sets the name. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Position ==== Gets or sets which side of the main window should the dock control be. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | [[#Public Properties|Go Back]] ==== StartupMode ==== Gets or sets the startup mode of DockablePanel. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.DockWindowStartupMode|DockWindowStartupMode]] | [[#Public Properties|Go Back]] ==== Title ==== Gets or sets a DockablePanel's title. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]