Class McDock
Inheritance
System.Object
McDock
Assembly: Mediachase.BusinessFoundation.dll
Version: 12.17.2
public class McDock : WebControl
Constructors
Declaration
Fields
Declaration
protected HtmlGenericControl Container
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected HtmlGenericControl ControlsWrapper
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected HtmlGenericControl Splitter
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Properties
Declaration
public McDockType Anchor { get; set; }
Property Value
Declaration
public int Bottom { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public override string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DefaultBorderSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int DefaultSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public HtmlGenericControl DockContainer { get; }
Property Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
public ControlCollection DockItems { get; }
Property Value
Type |
Description |
System.Web.UI.ControlCollection |
|
Declaration
public HtmlGenericControl DockSplitter { get; }
Property Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
public bool EnableSplitter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string InnerCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int InnerPadding { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string LayoutId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Left { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Right { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool ShowScrolling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SplitterId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SplitterSizer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Top { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|