Метод | Описание | |
---|---|---|
GetBestPickerModeForLocation ( Location location ) : LocationPickerMode |
Gets the best picker mode for location.
|
|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
|
Метод | Описание | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
HandleModePostback ( ) : void |
Handles the CheckedChanged event of the _radMode control.
|
|
LoadViewState ( object savedState ) : void |
Restores view-state information from a previous request that was saved with the M:System.Web.UI.WebControls.WebControl.SaveViewState method.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event.
|
|
SaveViewState ( ) : object |
Saves any state that was modified after the M:System.Web.UI.WebControls.Style.TrackViewState method was invoked.
|
|
_addressPicker_SelectGeography ( object sender, |
Handles the SelectGeography event of the _addressPicker control.
|
|
_pointPicker_SelectGeography ( object sender, |
Handles the SelectGeography event of the _pointPicker control.
|
|
_polygonPicker_SelectGeography ( object sender, |
Handles the SelectGeography event of the _polygonPicker control.
|
public GetBestPickerModeForLocation ( Location location ) : LocationPickerMode | ||
location | Location | The location. |
Результат | LocationPickerMode |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An object that represents the control state to restore. |
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected OnPreRender ( |
||
e | An |
|
Результат | void |
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Результат | void |
protected _addressPicker_SelectGeography ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected _pointPicker_SelectGeography ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected _polygonPicker_SelectGeography ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |