User Tools

Site Tools


thinkgeo.mapsuite.webedition.mapdesigner

ThinkGeo.MapSuite.WebEdition.MapDesigner

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.

Provides design-time display of web control.

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

MapDesigner()

  • Initialize a instance of the MapDesigner class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#MapDesigner.28.29
Parameters

Protected Constructors

Public Methods

GetDesignTimeHtml()

  • Override ControlDesigner.GetDesignTimeHtml().
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetDesignTimeHtml.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

GetBounds()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetBounds.28.29
Return Value
  • Type:Rectangle
  • Description:N/A
Parameters

GetDesignTimeHtml(DesignerRegionCollection)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetDesignTimeHtml.28DesignerRegionCollection.29
Return Value
  • Type:String
  • Description:N/A
Parameters
  • regions
    • Type:DesignerRegionCollection
    • Description:N/A

GetEditableDesignerRegionContent(EditableDesignerRegion)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetEditableDesignerRegionContent.28EditableDesignerRegion.29
Return Value
  • Type:String
  • Description:N/A
Parameters
  • region
    • Type:EditableDesignerRegion
    • Description:N/A

GetPersistInnerHtml()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

GetPersistenceContent()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetPersistenceContent.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Localize(IDesignTimeResourceWriter)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Localize.28IDesignTimeResourceWriter.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • resourceWriter
    • Type:IDesignTimeResourceWriter
    • Description:N/A

GetViewRendering()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetViewRendering.28.29
Return Value
  • Type:ViewRendering
  • Description:N/A
Parameters

Initialize(IComponent)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Initialize.28IComponent.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • component
    • Type:IComponent
    • Description:N/A

Invalidate()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Invalidate.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Invalidate(Rectangle)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Invalidate.28Rectangle.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rectangle
    • Type:Rectangle
    • Description:N/A

IsPropertyBound(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • propName
    • Type:String
    • Description:N/A

OnAutoFormatApplied(DesignerAutoFormat)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#OnAutoFormatApplied.28DesignerAutoFormat.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • appliedAutoFormat
    • Type:DesignerAutoFormat
    • Description:N/A

OnComponentChanged(Object,ComponentChangedEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#OnComponentChanged.28Object.2C_ComponentChangedEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • ce
    • Type:ComponentChangedEventArgs
    • Description:N/A

OnComponentChanging(Object,ComponentChangingEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#OnComponentChanging.28Object.2C_ComponentChangingEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:Object
    • Description:N/A
  • ce
    • Type:ComponentChangingEventArgs
    • Description:N/A

RaiseResizeEvent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RegisterClone(Object,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#RegisterClone.28Object.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • original
    • Type:Object
    • Description:N/A
  • clone
    • Type:Object
    • Description:N/A

SetEditableDesignerRegionContent(EditableDesignerRegion,String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#SetEditableDesignerRegionContent.28EditableDesignerRegion.2C_String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • region
    • Type:EditableDesignerRegion
    • Description:N/A
  • content
    • Type:String
    • Description:N/A

UpdateDesignTimeHtml()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#UpdateDesignTimeHtml.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnSetParent()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#OnSetParent.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DoDefaultAction()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#DoDefaultAction.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

InitializeExistingComponent(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#InitializeExistingComponent.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • defaultValues
    • Type:IDictionary
    • Description:N/A

InitializeNewComponent(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#InitializeNewComponent.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • defaultValues
    • Type:IDictionary
    • Description:N/A

InitializeNonDefault()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnSetComponentDefaults()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

CreateClonedControl(IDesignerHost,Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Control
  • Description:N/A
Parameters
  • parseTimeDesignerHost
    • Type:IDesignerHost
    • Description:N/A
  • applyTheme
    • Type:Boolean
    • Description:N/A

CreatePlaceHolderDesignTimeHtml()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#CreatePlaceHolderDesignTimeHtml.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

CreatePlaceHolderDesignTimeHtml(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#CreatePlaceHolderDesignTimeHtml.28String.29
Return Value
  • Type:String
  • Description:N/A
Parameters
  • instruction
    • Type:String
    • Description:N/A

CreateErrorDesignTimeHtml(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#CreateErrorDesignTimeHtml.28String.29
Return Value
  • Type:String
  • Description:N/A
Parameters
  • errorMessage
    • Type:String
    • Description:N/A

CreateErrorDesignTimeHtml(String,Exception)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#CreateErrorDesignTimeHtml.28String.2C_Exception.29
Return Value
  • Type:String
  • Description:N/A
Parameters
  • errorMessage
    • Type:String
    • Description:N/A
  • e
    • Type:Exception
    • Description:N/A

CreateInvalidParentDesignTimeHtml(Type,Type)

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters
  • controlType
    • Type:Type
    • Description:N/A
  • requiredParentType
    • Type:Type
    • Description:N/A

CreateViewControl()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#CreateViewControl.28.29
Return Value
  • Type:Control
  • Description:N/A
Parameters

GetEmptyDesignTimeHtml()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetEmptyDesignTimeHtml.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

GetErrorDesignTimeHtml(Exception)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetErrorDesignTimeHtml.28Exception.29
Return Value
  • Type:String
  • Description:N/A
Parameters
  • e
    • Type:Exception
    • Description:N/A

GetPersistInnerHtmlInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

HideAllPropertiesUnlessExcluded(IDictionary,String[])

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • properties
    • Type:IDictionary
    • Description:N/A
  • propertiesToExclude
    • Type:String[]
    • Description:N/A

PreFilterProperties(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#PreFilterProperties.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • properties
    • Type:IDictionary
    • Description:N/A

OnBindingsCollectionChanged(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • propName
    • Type:String
    • Description:N/A

OnClick(DesignerRegionMouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#OnClick.28DesignerRegionMouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:DesignerRegionMouseEventArgs
    • Description:N/A

OnControlResize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnPaint(PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#OnPaint.28PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:PaintEventArgs
    • Description:N/A

SetRegionContent(EditableDesignerRegion,String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#SetRegionContent.28EditableDesignerRegion.2C_String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • region
    • Type:EditableDesignerRegion
    • Description:N/A
  • content
    • Type:String
    • Description:N/A

SetViewFlags(ViewFlags,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#SetViewFlags.28ViewFlags.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • viewFlags
    • Type:ViewFlags
    • Description:N/A
  • setFlag
    • Type:Boolean
    • Description:N/A

UseRegions(DesignerRegionCollection,ITemplate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • regions
    • Type:DesignerRegionCollection
    • Description:N/A
  • componentTemplate
    • Type:ITemplate
    • Description:N/A

UseRegions(DesignerRegionCollection,ITemplate,ITemplate)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • regions
    • Type:DesignerRegionCollection
    • Description:N/A
  • componentTemplate
    • Type:ITemplate
    • Description:N/A
  • viewControlTemplate
    • Type:ITemplate
    • Description:N/A

Dispose(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Dispose.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

OnBehaviorAttached()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnBehaviorDetaching()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

PreFilterEvents(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#PreFilterEvents.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • events
    • Type:IDictionary
    • Description:N/A

OnBindingsCollectionChangedInternal(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • propName
    • Type:String
    • Description:N/A

CanBeAssociatedWith(IDesigner)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • parentDesigner
    • Type:IDesigner
    • Description:N/A

InvokeGetInheritanceAttribute(ComponentDesigner)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#InvokeGetInheritanceAttribute.28ComponentDesigner.29
Return Value
  • Type:InheritanceAttribute
  • Description:N/A
Parameters
  • toInvoke
    • Type:ComponentDesigner
    • Description:N/A

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetService(Type)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#GetService.28Type.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • serviceType
    • Type:Type
    • Description:N/A

ShowContextMenu(Int32,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A

PostFilterAttributes(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#PostFilterAttributes.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • attributes
    • Type:IDictionary
    • Description:N/A

PostFilterEvents(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#PostFilterEvents.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • events
    • Type:IDictionary
    • Description:N/A

PostFilterProperties(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#PostFilterProperties.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • properties
    • Type:IDictionary
    • Description:N/A

PreFilterAttributes(IDictionary)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#PreFilterAttributes.28IDictionary.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • attributes
    • Type:IDictionary
    • Description:N/A

RaiseComponentChanged(MemberDescriptor,Object,Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#RaiseComponentChanged.28MemberDescriptor.2C_Object.2C_Object.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • member
    • Type:MemberDescriptor
    • Description:N/A
  • oldValue
    • Type:Object
    • Description:N/A
  • newValue
    • Type:Object
    • Description:N/A

RaiseComponentChanging(MemberDescriptor)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#RaiseComponentChanging.28MemberDescriptor.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • member
    • Type:MemberDescriptor
    • Description:N/A

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ActionLists

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#ActionLists

Return Value
  • Type:DesignerActionListCollection

AllowResize

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#AllowResize

Return Value
  • Type:Boolean

AutoFormats

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#AutoFormats

Return Value
  • Type:DesignerAutoFormatCollection

DesignTimeHtmlRequiresLoadComplete

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ID

N/A

Remarks
Return Value
  • Type:String

IsDirty

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ViewControlCreated

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#ViewControlCreated

Return Value
  • Type:Boolean

ReadOnly

N/A

Remarks

N/A

Return Value
  • Type:Boolean

TemplateGroups

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#TemplateGroups

Return Value
  • Type:TemplateGroupCollection

ViewControl

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#CreateViewControl.28.29

Return Value
  • Type:Control

Behavior

N/A

Remarks

N/A

Return Value
  • Type:IHtmlControlDesignerBehavior

DataBindings

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#DataBindings

Return Value
  • Type:DataBindingCollection

Expressions

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Expressions

Return Value
  • Type:ExpressionBindingCollection

ShouldCodeSerialize

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AssociatedComponents

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#AssociatedComponents

Return Value
  • Type:ICollection

Component

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Initialize.28IComponent.29

Return Value
  • Type:IComponent

Verbs

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Verbs

Return Value
  • Type:DesignerVerbCollection

Protected Properties

DataBindingsEnabled

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#DataBindingsEnabled

Return Value
  • Type:Boolean

DesignerState

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#DesignerState

Return Value
  • Type:ControlDesignerState

HidePropertiesInTemplateMode

N/A

Remarks

N/A

Return Value
  • Type:Boolean

InTemplateMode

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#InTemplateMode

Return Value
  • Type:Boolean

IsDirtyInternal

N/A

Remarks

N/A

Return Value
  • Type:Boolean

IsIgnoringComponentChanges

N/A

Remarks

N/A

Return Value
  • Type:Boolean

IsWebControl

N/A

Remarks

N/A

Return Value
  • Type:Boolean

LocalizedInnerContent

N/A

Remarks

N/A

Return Value
  • Type:String

ReadOnlyInternal

N/A

Remarks

N/A

Return Value
  • Type:Boolean

RootDesigner

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#RootDesigner

Return Value
  • Type:WebFormsRootDesigner

Tag

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Tag

Return Value
  • Type:IControlDesignerTag

UsePreviewControl

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#UsePreviewControl

Return Value
  • Type:Boolean

View

N/A

Remarks

N/A

Return Value
  • Type:IControlDesignerView

Visible

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Visible

Return Value
  • Type:Boolean

DesignTimeElementView

N/A

Remarks

N/A

Return Value
  • Type:Object

DesignTimeElement

N/A

Remarks

N/A

Return Value
  • Type:Object

DesignTimeElementInternal

N/A

Remarks

N/A

Return Value
  • Type:Object

BehaviorInternal

N/A

Remarks

N/A

Return Value
  • Type:IHtmlControlDesignerBehavior

ShouldCodeSerializeInternal

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Inherited

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#Inherited

Return Value
  • Type:Boolean

ParentComponent

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#ParentComponent

Return Value
  • Type:IComponent

InheritanceAttribute

N/A

Remarks
Return Value
  • Type:InheritanceAttribute

ShadowProperties

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapDesigner#ShadowProperties

Return Value
  • Type:ShadowPropertyCollection

IsRootDesigner

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Public Events

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