The Portrate Interview Engine

IDPLControl.HelpControl Method 

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;

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace