GetRenderContent Method (Gradient)
In This Topic
Selects the text or 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
- Field text.
- img
- Field image.
- designTime
- Whether we in design time or runtime.
See Also