FieldKernelCreateLabel Method |
Create a label control for the field.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected WebControl CreateLabel(
LabelFlags flags
)
Protected Function CreateLabel (
flags As LabelFlags
) As WebControl
Parameters
- flags
- Type: NetQuarry.DataLabelFlags
Flags specifying how the label should be created.
Return Value
Type:
WebControlThe newly created label conrol.
See Also