C# 클래스 Eto.Forms.CommonDialog

상속: InstanceWidget
파일 보기 프로젝트 열기: picoe/Eto

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShowDialog ( Control parent ) : DialogResult

Shows the dialog with the specified parent, blocking until a result is returned.

ShowDialog ( Window parent ) : DialogResult

Shows the dialog with the specified parent window, blocking until a result is returned.

보호된 메소드들

메소드 설명
CommonDialog ( ) : System

Initializes a new instance of the Eto.Forms.CommonDialog class.

메소드 상세

CommonDialog() 보호된 메소드

Initializes a new instance of the Eto.Forms.CommonDialog class.
protected CommonDialog ( ) : System
리턴 System

ShowDialog() 공개 메소드

Shows the dialog with the specified parent, blocking until a result is returned.
public ShowDialog ( Control parent ) : DialogResult
parent Control Parent control
리턴 DialogResult

ShowDialog() 공개 메소드

Shows the dialog with the specified parent window, blocking until a result is returned.
public ShowDialog ( Window parent ) : DialogResult
parent Window Parent window.
리턴 DialogResult