Class Toolbar
Inheritance
System.Object
Toolbar
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.Toolbar", "AjaxControlToolkit.HTMLEditor.Toolbar.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class Toolbar : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Constructors
Declaration
Properties
Declaration
[ClientPropertyName("alwaysVisible")]
[ExtenderControlProperty]
public bool AlwaysVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("buttonIds")]
[ExtenderControlProperty]
public string ButtonIds { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ButtonImagesFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Collection<CommonButton> Buttons { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.Collection<CommonButton> |
|
Declaration
protected bool IsDesign { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected override void CreateChildControls()
Declaration
protected string LocalResolveUrl(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Declaration
public bool ShouldSerializeButtonIds()
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler