summaryM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)

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

Syntax

C#
public bool RegisterToolBar(
	Control objAssociatedControl,
	string strShowEventName,
	string strHideEventName,
	string strToolBarActionHandler,
	string ToolBarScriptPath
)
Visual Basic
Public Function RegisterToolBar ( 
	objAssociatedControl As Control,
	strShowEventName As String,
	strHideEventName As String,
	strToolBarActionHandler As String,
	ToolBarScriptPath As String
) As Boolean

Parameters

objAssociatedControl
Type: System.Web.UI..::..Control
paramobjAssociatedControlM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)
strShowEventName
Type: System..::..String
paramstrShowEventNameM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)
strHideEventName
Type: System..::..String
paramstrHideEventNameM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)
strToolBarActionHandler
Type: System..::..String
paramstrToolBarActionHandlerM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)
ToolBarScriptPath
Type: System..::..String
paramToolBarScriptPathM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.WebControls.DNNToolBar.RegisterToolBar(System.Web.UI.Control,System.String,System.String,System.String,System.String)

See Also