DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo

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

Syntax

C#
public RibbonBarToolInfo(
	string toolName,
	bool isHostTool,
	bool useButton,
	string linkWindowTarget,
	string moduleFriendlyName,
	string controlKey,
	bool showAsPopUp
)
Visual Basic
Public Sub New ( 
	toolName As String,
	isHostTool As Boolean,
	useButton As Boolean,
	linkWindowTarget As String,
	moduleFriendlyName As String,
	controlKey As String,
	showAsPopUp As Boolean
)

Parameters

toolName
Type: System..::..String
paramtoolNameM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)
isHostTool
Type: System..::..Boolean
paramisHostToolM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)
useButton
Type: System..::..Boolean
paramuseButtonM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)
linkWindowTarget
Type: System..::..String
paramlinkWindowTargetM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)
moduleFriendlyName
Type: System..::..String
parammoduleFriendlyNameM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)
controlKey
Type: System..::..String
paramcontrolKeyM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)
showAsPopUp
Type: System..::..Boolean
paramshowAsPopUpM:DotNetNuke.Web.UI.WebControls.RibbonBarToolInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)

See Also