C# 클래스 ClearCanvas.Desktop.DialogBox

Represents a dialog box.
상속: ClearCanvas.Desktop.DesktopObject
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RunModal DialogBoxAction

보호된 메소드들

메소드 설명
CanClose ( ) : bool

Checks if the hosted component can close without user interaction.

CreateView ( ) : IDesktopObjectView

Creates a view for this object.

DialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common

Constructor.

Dispose ( bool disposing ) : void

Disposes of this object.

Initialize ( ) : void

Starts the hosted component.

PrepareClose ( CloseReason reason ) : bool

Gives the hosted component a chance to prepare for a forced exit.

비공개 메소드들

메소드 설명
RunModal ( ) : DialogBoxAction

Runs this dialog on a modal loop, blocking until the dialog is closed.

메소드 상세

CanClose() 보호된 메소드

Checks if the hosted component can close without user interaction.
protected CanClose ( ) : bool
리턴 bool

CreateView() 보호된 최종 메소드

Creates a view for this object.
protected final CreateView ( ) : IDesktopObjectView
리턴 IDesktopObjectView

DialogBox() 보호된 메소드

Constructor.
protected DialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common
args ClearCanvas.Desktop.DialogBoxCreationArgs Creation args for the dialog box.
desktopWindow DesktopWindow The that owns the dialog box.
리턴 ClearCanvas.Common

Dispose() 보호된 메소드

Disposes of this object.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 보호된 메소드

Starts the hosted component.
protected Initialize ( ) : void
리턴 void

PrepareClose() 보호된 메소드

Gives the hosted component a chance to prepare for a forced exit.
protected PrepareClose ( CloseReason reason ) : bool
reason CloseReason
리턴 bool