The Portrate Interview Engine

IDPLControl.HelpURL Property

Get/set the help URL for the control

[Visual Basic]
Property HelpURL As String
[C#]
string HelpURL { get; set; }
[C++]
__property String* get_HelpURL();
__property void set_HelpURL(String* );
[JScript]
function get HelpURL() : String
function set HelpURL(String);

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace