The Portrate Interview Engine

AbstractControl.LabelControl Method 

Constructs the UI control for the label on this control. NULL is returned if no label is defined. The ID of the lable is constructed from the control name and the suffix "_label".

[Visual Basic]
Overridable Public Function LabelControl( _ 
   ByVal ctx As DataContext _ 
) _
    Implements IDPLControl.LabelControl As Control
[C#]
public virtual Control LabelControl(
   DataContext ctx
);
[C++]
public: virtual Control* LabelControl(
   DataContext* ctx
);
[JScript]
public virtual function LabelControl(
   DataContext ctx
): Control;

Implements

IDPLControl.LabelControl

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace