C# Class LayoutFarm.HtmlWidgets.TabPageContainer

Inheritance: HtmlWidgetBase
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddItem ( TabPage tabPage ) : void
ClearPages ( ) : void
GetPresentationDomNode ( WebDom htmldoc ) : WebDom.DomElement
RemoveItem ( TabPage p ) : void
TabPageContainer ( int width, int height ) : System

Private Methods

Method Description
ChildNotifyTabMouseDown ( TabPage childPage ) : void

Method Details

AddItem() public method

public AddItem ( TabPage tabPage ) : void
tabPage TabPage
return void

ClearPages() public method

public ClearPages ( ) : void
return void

GetPresentationDomNode() public method

public GetPresentationDomNode ( WebDom htmldoc ) : WebDom.DomElement
htmldoc WebDom
return WebDom.DomElement

RemoveItem() public method

public RemoveItem ( TabPage p ) : void
p TabPage
return void

TabPageContainer() public method

public TabPageContainer ( int width, int height ) : System
width int
height int
return System