Get / set caption to be used when form designer is displaying an error message.
[Visual Basic] Public Property ErrorCaption As String [C#] public string ErrorCaption { get; set; } [C++] public: __property String* get_ErrorCaption(); public: __property void set_ErrorCaption(String* ); [JScript] public function get ErrorCaption() : String public function set ErrorCaption(String);
During form designing at runtime, certain user actions (for example, directly placing a textbox on a tab control) can cause error. In such situation, form designer will display appropriate error message. Error caption will be used as a caption of the messagebox that reports the error.
FormDesigner Class | Viklele.Win.Designer Namespace