Gets or sets the caption of the dialog box.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string Caption { get; set; }
Visual Basic
Public Property Caption As String
	Get
	Set
Visual C++
public:
property String^ Caption {
	String^ get ();
	void set (String^ value);
}

See Also