SaaS CMS has officially launched! Learn more now.

Class McLayout

Inheritance
System.Object
McLayout
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class McLayout : WebControl

Constructors

McLayout()

Declaration
public McLayout()

Fields

divLayoutBase

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

marginBottom

Declaration
public int marginBottom
Field Value
Type Description
System.Int32

marginLeft

Declaration
public int marginLeft
Field Value
Type Description
System.Int32

marginRight

Declaration
public int marginRight
Field Value
Type Description
System.Int32

marginTop

Declaration
public int marginTop
Field Value
Type Description
System.Int32

Properties

BorderSize

Declaration
public int BorderSize { get; set; }
Property Value
Type Description
System.Int32

ClientOnResize

Declaration
public string ClientOnResize { get; set; }
Property Value
Type Description
System.String

ContainerId

Declaration
public string ContainerId { get; }
Property Value
Type Description
System.String

DockedItems

Declaration
public ArrayList DockedItems { get; }
Property Value
Type Description
System.Collections.ArrayList

Items

Declaration
public ControlCollection Items { get; }
Property Value
Type Description
System.Web.UI.ControlCollection

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

OnInit(EventArgs)

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