SaaS CMS has officially launched! Learn more now.

Class McDock

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

Constructors

McDock()

Declaration
public McDock()

Fields

Container

Declaration
protected HtmlGenericControl Container
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

ControlsWrapper

Declaration
protected HtmlGenericControl ControlsWrapper
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

Splitter

Declaration
protected HtmlGenericControl Splitter
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

Properties

Anchor

Declaration
public McDockType Anchor { get; set; }
Property Value
Type Description
McDockType

Bottom

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

CssClass

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

DefaultBorderSize

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

DefaultSize

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

DockContainer

Declaration
public HtmlGenericControl DockContainer { get; }
Property Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

DockItems

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

DockSplitter

Declaration
public HtmlGenericControl DockSplitter { get; }
Property Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

EnableSplitter

Declaration
public bool EnableSplitter { get; set; }
Property Value
Type Description
System.Boolean

FriendlyName

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

InnerCssClass

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

InnerPadding

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

LayoutId

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

Left

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

Right

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

ShowScrolling

Declaration
public bool ShowScrolling { get; set; }
Property Value
Type Description
System.Boolean

SplitterId

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

SplitterSizer

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

Top

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

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