Constructor.
| C# |
public SelectInfo( HtmlEditor editor, string name, string commandName, HtmlEditor..::.SelectInfo..::.SelectList items )
- 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.
The command name is used to automatically call the client-side
ExecuteCommand method on change.