C# 클래스 AjaxControlToolkit.HtmlEditor.Popups.Popup

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

Private Properties

프로퍼티 타입 설명
GetResourceString string

공개 메소드들

메소드 설명
GetExistingPopup ( Control parent, Type type ) : Popup

보호된 메소드들

메소드 설명
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
GetButton ( string name ) : string
GetField ( string name ) : string
GetField ( string name, string subName ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Popup ( ) : System
Render ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
GetResourceString ( string key ) : string

메소드 상세

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

GetButton() 보호된 메소드

protected GetButton ( string name ) : string
name string
리턴 string

GetExistingPopup() 공개 정적인 메소드

public static GetExistingPopup ( Control parent, Type type ) : Popup
parent System.Web.UI.Control
type System.Type
리턴 Popup

GetField() 보호된 메소드

protected GetField ( string name ) : string
name string
리턴 string

GetField() 보호된 메소드

protected GetField ( string name, string subName ) : string
name string
subName string
리턴 string

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

Popup() 보호된 메소드

protected Popup ( ) : System
리턴 System

Render() 보호된 메소드

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