Skip to main content
A newer version of this page is available. .

ToolbarCustomCssListEditItem Constructors

Represents an individual list item within the ToolbarCustomCssEdit‘s list.
Name Parameters Description
ToolbarCustomCssListEditItem() none Initializes a new instance of the ToolbarCustomCssListEditItem class with default settings.
ToolbarCustomCssListEditItem(String, Object, String) text, value, imageUrl Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
ToolbarCustomCssListEditItem(String, Object) text, value Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
ToolbarCustomCssListEditItem(String, String, String, String) text, tagName, cssClass, previewCssClass Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
ToolbarCustomCssListEditItem(String, String, String) text, tagName, cssClass Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
ToolbarCustomCssListEditItem(String) text Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified setting.
See Also