The Portrate Interview Engine

IDPLControl.HelpImageURL Property

Get/set the URL of the image used to represent a help link

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

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace