C# 클래스 System.Web.UI.WebControls.RadioButtonList

상속: ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IPostBackDataHandler bool
IPostBackDataHandler void
IRepeatInfoUser Style
IRepeatInfoUser void

공개 메소드들

메소드 설명
RadioButtonList ( ) : System.Collections

보호된 메소드들

메소드 설명
CreateControlStyle ( ) : Style
FindControl ( string id, int pathOffset ) : Control
GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
RaisePostDataChangedEvent ( ) : void
Render ( HtmlTextWriter writer ) : void
RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IRepeatInfoUser ( ListItemType itemType, int repeatIndex ) : Style
IRepeatInfoUser ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void

메소드 상세

CreateControlStyle() 보호된 메소드

protected CreateControlStyle ( ) : Style
리턴 Style

FindControl() 보호된 메소드

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
리턴 Control

GetItemStyle() 보호된 메소드

protected GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
itemType ListItemType
repeatIndex int
리턴 Style

LoadPostData() 보호된 메소드

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection NameValueCollection
리턴 bool

RadioButtonList() 공개 메소드

public RadioButtonList ( ) : System.Collections
리턴 System.Collections

RaisePostDataChangedEvent() 보호된 메소드

protected RaisePostDataChangedEvent ( ) : void
리턴 void

Render() 보호된 메소드

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

RenderItem() 보호된 메소드

protected RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void
itemType ListItemType
repeatIndex int
repeatInfo RepeatInfo
writer HtmlTextWriter
리턴 void