IRendererGetCaption Method |
Gets the standard caption for this renderer.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string GetCaption(
CaptionFlags flags
)
Function GetCaption (
flags As CaptionFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataCaptionFlags
Option flags.
Return Value
Type:
StringThe caption text.
See Also