summaryM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetEditor(System.Type)

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

Syntax

C#
public Object GetEditor(
	Type editorBaseType
)
Visual Basic
Public Function GetEditor ( 
	editorBaseType As Type
) As Object

Parameters

editorBaseType
Type: System..::..Type
parameditorBaseTypeM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetEditor(System.Type)

Return Value

returnsM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetEditor(System.Type)

Implements

ICustomTypeDescriptor..::..GetEditor(Type)

See Also