GetRenderContent Method (Map)
In This Topic
Assigns the map image that will be rendered by the field.
Syntax
'Declaration
Protected Overrides Sub GetRenderContent( _
ByRef As String, _
ByRef As Image, _
ByVal As Boolean _
)
protected override void GetRenderContent(
ref string ,
ref Image ,
bool
)
Parameters
- value
- The field text (ignored unless map creation failed).
- img
- The map image.
- designTime
- Specifies whether we are in design time or runtime.
See Also