HTML Editor for ASP.NET AJAX Professional Edition
HtmlEditor..::.ButtonInfo Constructor (editor, name, toolTip, commandName)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.ButtonInfoHtmlEditor..::.ButtonInfo(HtmlEditor, String, String, String)
Constructor for an internal button that invokes a command.
Declaration Syntax
C#
public ButtonInfo(
	HtmlEditor editor,
	string name,
	string toolTip,
	string commandName
)
Parameters
editor (HtmlEditor)
Reference to the HtmlEditor.
name (String)
Name of the button.
toolTip (String)
Tooltip for the button.
commandName (String)
Command name associated with the button.
Remarks
The command name is used to automatically call the client-side ExecuteCommand method on click, as well as to alter the button presentation visually when "set", if applicable.

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