C# 클래스 AjaxControlToolkit.TabContainer

상속: ScriptControlBase, IPostBackEventHandler
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureActiveTab void
GetServerActiveTabIndex int
GetSuffixTabStripPlacementCss string
IPostBackEventHandler void
RenderSpannerForVerticalTabs void
ShouldSerializeActiveTabIndexForClient bool
ShouldSerializeUniqueID bool

공개 메소드들

메소드 설명
ResetLoadedOnceTabs ( ) : void
TabContainer ( ) : System

보호된 메소드들

메소드 설명
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddParsedSubObject ( object obj ) : void
AddedControl ( Control control, int index ) : void
CreateControlCollection ( ) : System.Web.UI.ControlCollection
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
LoadClientState ( string clientState ) : void
LoadControlState ( object savedState ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnActiveTabChanged ( EventArgs e ) : void
OnInit ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
RemovedControl ( Control control ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
RenderHeader ( System.Web.UI.HtmlTextWriter writer ) : void
SaveClientState ( ) : string
SaveControlState ( ) : object

비공개 메소드들

메소드 설명
EnsureActiveTab ( ) : void
GetServerActiveTabIndex ( int clientActiveTabIndex ) : int
GetSuffixTabStripPlacementCss ( ) : string
IPostBackEventHandler ( string eventArgument ) : void
RenderSpannerForVerticalTabs ( System.Web.UI.HtmlTextWriter writer ) : void
ShouldSerializeActiveTabIndexForClient ( ) : bool
ShouldSerializeUniqueID ( ) : bool

메소드 상세

AddAttributesToRender() 보호된 메소드

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

AddParsedSubObject() 보호된 메소드

protected AddParsedSubObject ( object obj ) : void
obj object
리턴 void

AddedControl() 보호된 메소드

protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
리턴 void

CreateControlCollection() 보호된 메소드

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
리턴 System.Web.UI.ControlCollection

CreateControlStyle() 보호된 메소드

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
리턴 System.Web.UI.WebControls.Style

DescribeComponent() 보호된 메소드

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
리턴 void

LoadClientState() 보호된 메소드

protected LoadClientState ( string clientState ) : void
clientState string
리턴 void

LoadControlState() 보호된 메소드

protected LoadControlState ( object savedState ) : void
savedState object
리턴 void

LoadPostData() 보호된 메소드

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
리턴 bool

OnActiveTabChanged() 보호된 메소드

protected OnActiveTabChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaisePostDataChangedEvent() 보호된 메소드

protected RaisePostDataChangedEvent ( ) : void
리턴 void

RemovedControl() 보호된 메소드

protected RemovedControl ( Control control ) : void
control System.Web.UI.Control
리턴 void

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderHeader() 보호된 메소드

protected RenderHeader ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

ResetLoadedOnceTabs() 공개 메소드

public ResetLoadedOnceTabs ( ) : void
리턴 void

SaveClientState() 보호된 메소드

protected SaveClientState ( ) : string
리턴 string

SaveControlState() 보호된 메소드

protected SaveControlState ( ) : object
리턴 object

TabContainer() 공개 메소드

public TabContainer ( ) : System
리턴 System