HTML Editor for ASP.NET AJAX
HtmlEditor..::.ButtonInfo Constructor (editor, name, toolTip)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.ButtonInfoHtmlEditor..::.ButtonInfo(HtmlEditor, String, String)
Constructor for an internal button.
Declaration Syntax
C#
public ButtonInfo(
	HtmlEditor editor,
	string name,
	string toolTip
)
Parameters
editor (HtmlEditor)
Reference to the HtmlEditor.
name (String)
Name of the button.
toolTip (String)
Tooltip for the button.
Remarks
If there is not a dialog with the same name, a client-side method name "Do" + name is expected to handle the click.

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