HTML Editor for ASP.NET AJAX Professional Edition
HtmlEditor..::.CreateToolbarInfoEventArgs Class
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorHtmlEditor..::.CreateToolbarInfoEventArgs
This class encapsulates the data and methods for the CreateToolbarInfo event handler.
Declaration Syntax
C#
public sealed class CreateToolbarInfoEventArgs : EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
HtmlEditor..::.CreateToolbarInfoEventArgs(HtmlEditor, List<(Of <(HtmlEditor..::.ToolbarInfo>)>))
Constructor for the event argument class.

Editor
Reference to the HtmlEditor.

FindButtonInfo(String)
Finds the HtmlEditor..::.ButtonInfo with the given name.

FindSelectInfo(String)
Finds the HtmlEditor..::.SelectInfo with the given name.

InsertCustomButton(String, String, String, String, String, HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
Insert a custom button.

InsertCustomButton(HtmlEditor..::.ButtonInfo, String, HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
Insert a custom button.

InsertCustomDialogButton(String, String, String, String, String, HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
Insert a custom button that displays a dialog.

InsertCustomSelect(String, HtmlEditor..::.SelectInfo..::.SelectList, String, String, HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
Insert a custom select list.

InsertCustomSelect(HtmlEditor..::.SelectInfo, String, HtmlEditor..::.CreateToolbarInfoEventArgs..::.InsertType)
Insert a custom select list.

ToolbarInfoList
The list of HtmlEditor..::.ToolbarInfo objects.

Inheritance Hierarchy
Object
EventArgs
 HtmlEditor..::.CreateToolbarInfoEventArgs

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