Class ToolButtonContainer
Inheritance
System.Object
ToolButtonContainer
Assembly: EPiServer.UI.dll
Version: 11.20.7
public class ToolButtonContainer : WebControl
Constructors
Declaration
public ToolButtonContainer()
Properties
Declaration
public bool AutoHide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string CssItemDiv { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StyleItemDiv { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
RenderContents(HtmlTextWriter)
Declaration
protected override void RenderContents(HtmlTextWriter output)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
output |
|
Extension Methods