The Portrate Interview Engine

IDPLControl.LabelControl Method 

Gets the UI control for the label associated with this control.

[Visual Basic]
Function LabelControl( _ 
   ByVal ctx As DataContext _ 
) As Control
[C#]
Control LabelControl(
   DataContext ctx
);
[C++]
Control* LabelControl(
   DataContext* ctx
);
[JScript]
function LabelControl(
   DataContext ctx
): Control;

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace