A quick and easy-to-install ASP.NET CAPTCHA

HIPControl.ControlMessage Property

Collapse All

Text message rendered above the input box of the HIP-CAPTCHA control

Syntax

Visual Basic
Public Property ControlMessage As String
C#
public string ControlMessage { get; set; }
C++
public: __property String* get_ControlMessage();
public: __property void set_ControlMessage(String* );
JScript
public function get ControlMessage() : String
public function set ControlMessage(String);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace