Gets the UI control for the help text associated with this control.
[Visual Basic] Function HelpControl( _ ByVal ctx As DataContext _ ) As Control [C#] Control HelpControl( DataContext ctx ); [C++] Control* HelpControl( DataContext* ctx ); [JScript] function HelpControl( DataContext ctx ): Control;
IDPLControl Interface | Portrate.Interview.Model Namespace