FieldKernelLabelText Method (LabelFlags, String) |
Get the field's label text.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string LabelText(
LabelFlags flags,
string accessKey
)
Protected Function LabelText (
flags As LabelFlags,
accessKey As String
) As String
Parameters
- flags
- Type: NetQuarry.DataLabelFlags
Flags controlling how the label text should be generated. - accessKey
- Type: SystemString
The AccessKey to apply, if any.
Return Value
Type:
StringThe field's label text.
See Also