Constructor.

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

Syntax

C#
public NavigationMenuItem(
	string title,
	string url,
	string value,
	string cssClass,
	string toolTip,
	int depth
)
Visual Basic
Public Sub New ( 
	title As String,
	url As String,
	value As String,
	cssClass As String,
	toolTip As String,
	depth As Integer
)
Visual C++
public:
NavigationMenuItem(
	String^ title, 
	String^ url, 
	String^ value, 
	String^ cssClass, 
	String^ toolTip, 
	int depth
)
F#
new : 
        title : string * 
        url : string * 
        value : string * 
        cssClass : string * 
        toolTip : string * 
        depth : int -> NavigationMenuItem

Parameters

title
Type: System..::..String
Title
url
Type: System..::..String
Url
value
Type: System..::..String
Value
cssClass
Type: System..::..String
Css class
toolTip
Type: System..::..String
Tool tip
depth
Type: System..::..Int32
Depth

See Also