The Portrate Interview Engine

AbstractControl.CreateLabel Method 

Creates a new LiteralControl with a wrapper FONT tag that specifies the given css class.

[Visual Basic]
Protected Function CreateLabel( _ 
   ByVal label As String, _ 
   ByVal cssClass As String _ 
) As Control
[C#]
protected Control CreateLabel(
   string label,
   string cssClass
);
[C++]
protected: Control* CreateLabel(
   String* label,
   String* cssClass
);
[JScript]
protected function CreateLabel(
   String label,
   String cssClass
): Control;

Parameters

label
The label to return
cssClass
The CSS font class for the label

Return Value

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace