Get/set the URL of the image used to represent a help link.
[Visual Basic] Public Property HelpImageURL As String _ Implements IDPLControl.HelpImageURL [C#] public string HelpImageURL { get; set; } [C++] public: __property String* get_HelpImageURL(); public: __property void set_HelpImageURL(String* ); [JScript] public function get HelpImageURL() : String public function set HelpImageURL(String);
AbstractControl Class | Portrate.Interview.View.Controls Namespace