DotNetNuke.UI.WebControls.DNNMultiState

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public DNNMultiState(
	string Key,
	string Text,
	string ImageUrl,
	string DisabledImageUrl,
	string ToolTip
)
Visual Basic
Public Sub New ( 
	Key As String,
	Text As String,
	ImageUrl As String,
	DisabledImageUrl As String,
	ToolTip As String
)

Parameters

Key
Type: System..::..String
paramKeyM:DotNetNuke.UI.WebControls.DNNMultiState.#ctor(System.String,System.String,System.String,System.String,System.String)
Text
Type: System..::..String
paramTextM:DotNetNuke.UI.WebControls.DNNMultiState.#ctor(System.String,System.String,System.String,System.String,System.String)
ImageUrl
Type: System..::..String
paramImageUrlM:DotNetNuke.UI.WebControls.DNNMultiState.#ctor(System.String,System.String,System.String,System.String,System.String)
DisabledImageUrl
Type: System..::..String
paramDisabledImageUrlM:DotNetNuke.UI.WebControls.DNNMultiState.#ctor(System.String,System.String,System.String,System.String,System.String)
ToolTip
Type: System..::..String
paramToolTipM:DotNetNuke.UI.WebControls.DNNMultiState.#ctor(System.String,System.String,System.String,System.String,System.String)

See Also