Class McLayout
Inheritance
System.Object
McLayout
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public class McLayout : WebControl
Constructors
Declaration
Fields
Declaration
protected HtmlGenericControl divLayoutBase
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
MainLayout
Declaration
protected HtmlGenericControl MainLayout
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public int BorderSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string ClientOnResize { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContainerId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ArrayList DockedItems { get; }
Property Value
Type |
Description |
System.Collections.ArrayList |
|
Declaration
public ControlCollection Items { get; }
Property Value
Type |
Description |
System.Web.UI.ControlCollection |
|
Methods
Declaration
protected override void CreateChildControls()
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Page_PreRender(Object, EventArgs)
Declaration
protected void Page_PreRender(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|