C# Class SharpMap.Web.UI.Ajax.AjaxMapControlDesigner

Control used for the VS designer
Inheritance: System.Web.UI.Design.ContainerControlDesigner
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
GetDesignTimeHtml ( ) : string

Returns the design-time HTML

Initialize ( IComponent component ) : void

Initializes the designer control

Method Details

GetDesignTimeHtml() public method

Returns the design-time HTML
public GetDesignTimeHtml ( ) : string
return string

Initialize() public method

Initializes the designer control
public Initialize ( IComponent component ) : void
component IComponent
return void