C# 클래스 Adf.Web.UI.SmartView.IconButton

상속: SmartButton
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
IconButton ( ) : System

보호된 메소드들

메소드 설명
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void

메소드 상세

DisposeControls() 보호된 메소드

protected DisposeControls ( ) : void
리턴 void

IconButton() 공개 메소드

public IconButton ( ) : System
리턴 System

InitializeControls() 보호된 메소드

protected InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
리턴 void

ItemDataBinding() 보호된 메소드

protected ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void