HTML Editor for ASP.NET AJAX
HtmlEditor..::.ButtonInfo Constructor (editor, name, imageSrc, toolTip, dialogName)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.ButtonInfoHtmlEditor..::.ButtonInfo(HtmlEditor, String, String, String, String)
Constructor for a custom button that invokes a custom dialog.
Declaration Syntax
C#
public ButtonInfo(
	HtmlEditor editor,
	string name,
	string imageSrc,
	string toolTip,
	string dialogName
)
Parameters
editor (HtmlEditor)
Reference to the HtmlEditor.
name (String)
Name of the button.
imageSrc (String)
Url of the button image
toolTip (String)
Tooltip for the button.
dialogName (String)
Name of the dialog.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)