Gets or sets the root menu item caption.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: String

See Also