The Portrate Interview Engine

AbstractControl.HelpURL Property

Get/set the URL associated with the help information for this control

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

Implements

IDPLControl.HelpURL

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace