User Tools

Site Tools


thinkgeo.mapsuite.webedition.mapdesigner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.mapdesigner [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.MapDesigner ====== 
- 
- 
- 
-<!-- Class --> 
-Provides design-time display of web control. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**System.ComponentModel.Design.ComponentDesigner 
-***System.Web.UI.Design.HtmlControlDesigner 
-****System.Web.UI.Design.ControlDesigner 
-*****[[ThinkGeo.MapSuite.WebEdition.MapDesigner]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapDesigner()|MapDesigner]] ​  ​| ​   |    | Initialize a instance of the MapDesigner class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DoDefaultAction()|DoDefaultAction]] ​  ​| ​   | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBounds()|GetBounds]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDesignTimeHtml()|GetDesignTimeHtml]] ​  ​| ​   | ControlDesigner(overriden) ​  | Override ControlDesigner.GetDesignTimeHtml(). ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDesignTimeHtml(DesignerRegionCollection)|GetDesignTimeHtml]] ​  | DesignerRegionCollection ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetEditableDesignerRegionContent(EditableDesignerRegion)|GetEditableDesignerRegionContent]] ​  | EditableDesignerRegion ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetPersistenceContent()|GetPersistenceContent]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetViewRendering()|GetViewRendering]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(IComponent)|Initialize]] ​  | IComponent ​  | ComponentDesigner(overriden) ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InitializeExistingComponent(IDictionary)|InitializeExistingComponent]] ​  | IDictionary ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InitializeNewComponent(IDictionary)|InitializeNewComponent]] ​  | IDictionary ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate()|Invalidate]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Rectangle)|Invalidate]] ​  | Rectangle ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Localize(IDesignTimeResourceWriter)|Localize]] ​  | IDesignTimeResourceWriter ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnAutoFormatApplied(DesignerAutoFormat)|OnAutoFormatApplied]] ​  | DesignerAutoFormat ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnComponentChanged(Object,​ ComponentChangedEventArgs)|OnComponentChanged]] ​  | Object, ComponentChangedEventArgs ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnComponentChanging(Object,​ ComponentChangingEventArgs)|OnComponentChanging]] ​  | Object, ComponentChangingEventArgs ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnSetParent()|OnSetParent]] ​  ​| ​   | HtmlControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RegisterClone(Object,​ Object)|RegisterClone]] ​  | Object, Object ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetEditableDesignerRegionContent(EditableDesignerRegion,​ String)|SetEditableDesignerRegionContent]] ​  | EditableDesignerRegion,​ String ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateDesignTimeHtml()|UpdateDesignTimeHtml]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreateErrorDesignTimeHtml(String)|CreateErrorDesignTimeHtml]] ​  | String ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreateErrorDesignTimeHtml(String,​ Exception)|CreateErrorDesignTimeHtml]] ​  | String, Exception ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreatePlaceHolderDesignTimeHtml()|CreatePlaceHolderDesignTimeHtml]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreatePlaceHolderDesignTimeHtml(String)|CreatePlaceHolderDesignTimeHtml]] ​  | String ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreateViewControl()|CreateViewControl]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | ComponentDesigner(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetEmptyDesignTimeHtml()|GetEmptyDesignTimeHtml]] ​  ​| ​   | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetErrorDesignTimeHtml(Exception)|GetErrorDesignTimeHtml]] ​  | Exception ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetService(Type)|GetService]] ​  | Type   | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InvokeGetInheritanceAttribute(ComponentDesigner)|InvokeGetInheritanceAttribute]] ​  | ComponentDesigner ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnClick(DesignerRegionMouseEventArgs)|OnClick]] ​  | DesignerRegionMouseEventArgs ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPaint(PaintEventArgs)|OnPaint]] ​  | PaintEventArgs ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostFilterAttributes(IDictionary)|PostFilterAttributes]] ​  | IDictionary ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostFilterEvents(IDictionary)|PostFilterEvents]] ​  | IDictionary ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostFilterProperties(IDictionary)|PostFilterProperties]] ​  | IDictionary ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PreFilterAttributes(IDictionary)|PreFilterAttributes]] ​  | IDictionary ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PreFilterEvents(IDictionary)|PreFilterEvents]] ​  | IDictionary ​  | ComponentDesigner(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PreFilterProperties(IDictionary)|PreFilterProperties]] ​  | IDictionary ​  | ComponentDesigner(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RaiseComponentChanged(MemberDescriptor,​ Object, Object)|RaiseComponentChanged]] ​  | MemberDescriptor,​ Object, Object ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RaiseComponentChanging(MemberDescriptor)|RaiseComponentChanging]] ​  | MemberDescriptor ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetRegionContent(EditableDesignerRegion,​ String)|SetRegionContent]] ​  | EditableDesignerRegion,​ String ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetViewFlags(ViewFlags,​ Boolean)|SetViewFlags]] ​  | ViewFlags, Boolean ​  | ControlDesigner ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActionLists|ActionLists]] ​  | DesignerActionListCollection ​  | ComponentDesigner(overriden) ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AllowResize|AllowResize]] ​  | Boolean ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AssociatedComponents|AssociatedComponents]] ​  | ICollection ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoFormats|AutoFormats]] ​  | DesignerAutoFormatCollection ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Component|Component]] ​  | IComponent ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DataBindings|DataBindings]] ​  | DataBindingCollection ​  | HtmlControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Expressions|Expressions]] ​  | ExpressionBindingCollection ​  | HtmlControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ID|ID]] ​  | String ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TemplateGroups|TemplateGroups]] ​  | TemplateGroupCollection ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Verbs|Verbs]] ​  | DesignerVerbCollection ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewControl|ViewControl]] ​  | Control ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewControlCreated|ViewControlCreated]] ​  | Boolean ​  | ControlDesigner ​  ​| ​   | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DataBindingsEnabled|DataBindingsEnabled]] ​  | Boolean ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DesignerState|DesignerState]] ​  | ControlDesignerState ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​InTemplateMode|InTemplateMode]] ​  | Boolean ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​InheritanceAttribute|InheritanceAttribute]] ​  | InheritanceAttribute ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Inherited|Inherited]] ​  | Boolean ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ParentComponent|ParentComponent]] ​  | IComponent ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​RootDesigner|RootDesigner]] ​  | WebFormsRootDesigner ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ShadowProperties|ShadowProperties]] ​  | ComponentDesigner+ShadowPropertyCollection ​  | ComponentDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Tag|Tag]] ​  | IControlDesignerTag ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​UsePreviewControl|UsePreviewControl]] ​  | Boolean ​  | ControlDesigner ​  ​| ​   | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Visible|Visible]] ​  | Boolean ​  | ControlDesigner ​  ​| ​   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== MapDesigner() ==== 
-Initialize a instance of the MapDesigner class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​MapDesigner.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​MapDesigner.28.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Dispose() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Dispose.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Methods|Go Back]] 
-==== DoDefaultAction() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DoDefaultAction.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DoDefaultAction.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetBounds() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetBounds.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetBounds.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== GetDesignTimeHtml() ==== 
-Override ControlDesigner.GetDesignTimeHtml(). 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetDesignTimeHtml.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetDesignTimeHtml.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== GetDesignTimeHtml(DesignerRegionCollection) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetDesignTimeHtml.28DesignerRegionCollection.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetDesignTimeHtml.28DesignerRegionCollection.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| regions ​  | DesignerRegionCollection<​!-- System.Web.UI.Design.DesignerRegionCollection --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== GetEditableDesignerRegionContent(EditableDesignerRegion) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetEditableDesignerRegionContent.28EditableDesignerRegion.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetEditableDesignerRegionContent.28EditableDesignerRegion.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| region ​  | EditableDesignerRegion<​!-- System.Web.UI.Design.EditableDesignerRegion --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetPersistenceContent() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetPersistenceContent.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetPersistenceContent.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetViewRendering() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetViewRendering.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetViewRendering.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| ViewRendering<​!-- System.Web.UI.Design.ViewRendering --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== Initialize(IComponent) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Initialize.28IComponent.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Initialize.28IComponent.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| component ​  | IComponent<​!-- System.ComponentModel.IComponent --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== InitializeExistingComponent(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InitializeExistingComponent.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InitializeExistingComponent.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| defaultValues ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Methods|Go Back]] 
-==== InitializeNewComponent(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InitializeNewComponent.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InitializeNewComponent.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| defaultValues ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Methods|Go Back]] 
-==== Invalidate() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Invalidate.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Invalidate.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== Invalidate(Rectangle) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Invalidate.28Rectangle.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Invalidate.28Rectangle.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| rectangle ​  | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== Localize(IDesignTimeResourceWriter) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Localize.28IDesignTimeResourceWriter.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Localize.28IDesignTimeResourceWriter.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| resourceWriter ​  | IDesignTimeResourceWriter<​!-- System.Web.UI.Design.IDesignTimeResourceWriter --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== OnAutoFormatApplied(DesignerAutoFormat) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnAutoFormatApplied.28DesignerAutoFormat.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnAutoFormatApplied.28DesignerAutoFormat.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| appliedAutoFormat ​  | DesignerAutoFormat<​!-- System.Web.UI.Design.DesignerAutoFormat --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== OnComponentChanged(Object,​ ComponentChangedEventArgs) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnComponentChanged.28Object.2C_ComponentChangedEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnComponentChanged.28Object.2C_ComponentChangedEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| sender ​  | Object<​!-- System.Object --> ​  ​| ​   | 
-| ce   | ComponentChangedEventArgs<​!-- System.ComponentModel.Design.ComponentChangedEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== OnComponentChanging(Object,​ ComponentChangingEventArgs) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnComponentChanging.28Object.2C_ComponentChangingEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnComponentChanging.28Object.2C_ComponentChangingEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| sender ​  | Object<​!-- System.Object --> ​  ​| ​   | 
-| ce   | ComponentChangingEventArgs<​!-- System.ComponentModel.Design.ComponentChangingEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== OnSetParent() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnSetParent.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnSetParent.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.HtmlControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== RegisterClone(Object,​ Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RegisterClone.28Object.2C_Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RegisterClone.28Object.2C_Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| original ​  | Object<​!-- System.Object --> ​  ​| ​   | 
-| clone   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== SetEditableDesignerRegionContent(EditableDesignerRegion,​ String) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​SetEditableDesignerRegionContent.28EditableDesignerRegion.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​SetEditableDesignerRegionContent.28EditableDesignerRegion.2C_String.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| region ​  | EditableDesignerRegion<​!-- System.Web.UI.Design.EditableDesignerRegion --> ​  ​| ​   | 
-| content ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== UpdateDesignTimeHtml() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​UpdateDesignTimeHtml.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​UpdateDesignTimeHtml.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== CreateErrorDesignTimeHtml(String) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateErrorDesignTimeHtml.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateErrorDesignTimeHtml.28String.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| errorMessage ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== CreateErrorDesignTimeHtml(String,​ Exception) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateErrorDesignTimeHtml.28String.2C_Exception.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateErrorDesignTimeHtml.28String.2C_Exception.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| errorMessage ​  | String<​!-- System.String --> ​  ​| ​   | 
-| e   | Exception<​!-- System.Exception --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== CreatePlaceHolderDesignTimeHtml() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreatePlaceHolderDesignTimeHtml.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreatePlaceHolderDesignTimeHtml.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== CreatePlaceHolderDesignTimeHtml(String) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreatePlaceHolderDesignTimeHtml.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreatePlaceHolderDesignTimeHtml.28String.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| instruction ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== CreateViewControl() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateViewControl.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateViewControl.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Control<​!-- System.Web.UI.Control --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== Dispose(Boolean) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Dispose.28Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Dispose.28Boolean.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== GetEmptyDesignTimeHtml() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetEmptyDesignTimeHtml.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetEmptyDesignTimeHtml.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== GetErrorDesignTimeHtml(Exception) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetErrorDesignTimeHtml.28Exception.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetErrorDesignTimeHtml.28Exception.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | Exception<​!-- System.Exception --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== GetService(Type) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetService.28Type.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​GetService.28Type.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| serviceType ​  | Type<!-- System.Type --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== InvokeGetInheritanceAttribute(ComponentDesigner) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InvokeGetInheritanceAttribute.28ComponentDesigner.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InvokeGetInheritanceAttribute.28ComponentDesigner.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| InheritanceAttribute<​!-- System.ComponentModel.InheritanceAttribute --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| toInvoke ​  | ComponentDesigner<​!-- System.ComponentModel.Design.ComponentDesigner --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== OnClick(DesignerRegionMouseEventArgs) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnClick.28DesignerRegionMouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnClick.28DesignerRegionMouseEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | DesignerRegionMouseEventArgs<​!-- System.Web.UI.Design.DesignerRegionMouseEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== OnPaint(PaintEventArgs) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnPaint.28PaintEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​OnPaint.28PaintEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== PostFilterAttributes(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PostFilterAttributes.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PostFilterAttributes.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| attributes ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== PostFilterEvents(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PostFilterEvents.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PostFilterEvents.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| events ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== PostFilterProperties(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PostFilterProperties.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PostFilterProperties.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| properties ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== PreFilterAttributes(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PreFilterAttributes.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PreFilterAttributes.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| attributes ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== PreFilterEvents(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PreFilterEvents.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PreFilterEvents.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| events ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== PreFilterProperties(IDictionary) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PreFilterProperties.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​PreFilterProperties.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| properties ​  | IDictionary<​!-- System.Collections.IDictionary --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== RaiseComponentChanged(MemberDescriptor,​ Object, Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RaiseComponentChanged.28MemberDescriptor.2C_Object.2C_Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RaiseComponentChanged.28MemberDescriptor.2C_Object.2C_Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| member ​  | MemberDescriptor<​!-- System.ComponentModel.MemberDescriptor --> ​  ​| ​   | 
-| oldValue ​  | Object<​!-- System.Object --> ​  ​| ​   | 
-| newValue ​  | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== RaiseComponentChanging(MemberDescriptor) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RaiseComponentChanging.28MemberDescriptor.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RaiseComponentChanging.28MemberDescriptor.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| member ​  | MemberDescriptor<​!-- System.ComponentModel.MemberDescriptor --> ​  ​| ​   | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== SetRegionContent(EditableDesignerRegion,​ String) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​SetRegionContent.28EditableDesignerRegion.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​SetRegionContent.28EditableDesignerRegion.2C_String.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| region ​  | EditableDesignerRegion<​!-- System.Web.UI.Design.EditableDesignerRegion --> ​  ​| ​   | 
-| content ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-==== SetViewFlags(ViewFlags,​ Boolean) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​SetViewFlags.28ViewFlags.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​SetViewFlags.28ViewFlags.2C_Boolean.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| viewFlags ​  | ViewFlags<​!-- System.Web.UI.Design.ViewFlags --> ​  ​| ​   | 
-| setFlag ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ActionLists ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ActionLists"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ActionLists</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| DesignerActionListCollection<​!-- System.ComponentModel.Design.DesignerActionListCollection --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner(overriden) --> 
-[[#Public Properties|Go Back]] 
-==== AllowResize ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​AllowResize"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​AllowResize</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== AssociatedComponents ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​AssociatedComponents"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​AssociatedComponents</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| ICollection<​!-- System.Collections.ICollection --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Properties|Go Back]] 
-==== AutoFormats ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​AutoFormats"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​AutoFormats</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| DesignerAutoFormatCollection<​!-- System.Web.UI.Design.DesignerAutoFormatCollection --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== Component ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Initialize.28IComponent.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Initialize.28IComponent.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| IComponent<​!-- System.ComponentModel.IComponent --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Properties|Go Back]] 
-==== DataBindings ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DataBindings"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DataBindings</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| DataBindingCollection<​!-- System.Web.UI.DataBindingCollection --> ​  | 
- 
-<!-- System.Web.UI.Design.HtmlControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== Expressions ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Expressions"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Expressions</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| ExpressionBindingCollection<​!-- System.Web.UI.ExpressionBindingCollection --> ​  | 
- 
-<!-- System.Web.UI.Design.HtmlControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== ID ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InitializeExistingComponent.28IDictionary.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InitializeExistingComponent.28IDictionary.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== TemplateGroups ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​TemplateGroups"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​TemplateGroups</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| TemplateGroupCollection<​!-- System.Web.UI.Design.TemplateGroupCollection --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== Verbs ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Verbs"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Verbs</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| DesignerVerbCollection<​!-- System.ComponentModel.Design.DesignerVerbCollection --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#Public Properties|Go Back]] 
-==== ViewControl ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateViewControl.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​CreateViewControl.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Control<​!-- System.Web.UI.Control --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Properties|Go Back]] 
-==== ViewControlCreated ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ViewControlCreated"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ViewControlCreated</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== DataBindingsEnabled ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DataBindingsEnabled"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DataBindingsEnabled</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== DesignerState ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DesignerState"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​DesignerState</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| ControlDesignerState<​!-- System.Web.UI.Design.ControlDesignerState --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== InTemplateMode ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InTemplateMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InTemplateMode</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== InheritanceAttribute ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InvokeGetInheritanceAttribute.28ComponentDesigner.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​InvokeGetInheritanceAttribute.28ComponentDesigner.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| InheritanceAttribute<​!-- System.ComponentModel.InheritanceAttribute --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== Inherited ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Inherited"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Inherited</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== ParentComponent ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ParentComponent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ParentComponent</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| IComponent<​!-- System.ComponentModel.IComponent --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== RootDesigner ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RootDesigner"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​RootDesigner</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| WebFormsRootDesigner<​!-- System.Web.UI.Design.WebFormsRootDesigner --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== ShadowProperties ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ShadowProperties"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​ShadowProperties</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| ComponentDesigner+ShadowPropertyCollection<​!-- System.ComponentModel.Design.ComponentDesigner+ShadowPropertyCollection --> ​  | 
- 
-<!-- System.ComponentModel.Design.ComponentDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== Tag ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Tag"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Tag</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| IControlDesignerTag<​!-- System.Web.UI.Design.IControlDesignerTag --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== UsePreviewControl ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​UsePreviewControl"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​UsePreviewControl</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-==== Visible ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Visible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapDesigner#​Visible</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- System.Web.UI.Design.ControlDesigner --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​WebEdition]] 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.webedition.mapdesigner.1440040135.txt.gz ยท Last modified: 2015/09/18 03:08 (external edit)