HTML Editor for ASP.NET AJAX Professional Edition
HtmlEditor..::.SelectInfo Constructor (editor, name, commandName, items)
Server ReferenceWinthusiasm.HtmlEditorHtmlEditor..::.SelectInfoHtmlEditor..::.SelectInfo(HtmlEditor, String, String, HtmlEditor..::.SelectInfo..::.SelectList)
Constructor.
Declaration Syntax
C#
public SelectInfo(
	HtmlEditor editor,
	string name,
	string commandName,
	HtmlEditor..::.SelectInfo..::.SelectList items
)
Parameters
editor (HtmlEditor)
The reference to the HtmlEditor.
name (String)
The name of this toolbar element.
commandName (String)
The command name associated with this toolbar element.
items (HtmlEditor..::.SelectInfo..::.SelectList)
The list of items.
Remarks
The command name is used to automatically call the client-side ExecuteCommand method on change.

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