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;
IDPLControl Interface | Portrate.Interview.Model Namespace