MenuItem..::..Caption Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Menu
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[CategoryAttribute]
[DescriptionAttribute]
public string Caption { get; set; }
<CategoryAttribute> _
<DescriptionAttribute> _
Public Property Caption As String
	Get
	Set
[CategoryAttribute]
[DescriptionAttribute]
public:
property String^ Caption {
	String^ get ();
	void set (String^ value);
}