C# 클래스 ClearCanvas.Desktop.WorkspaceDialogBox

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
CanClose ( ) : bool

Asks the object whether it is in a closable state without user intervention.

CreateView ( ) : IDesktopObjectView

Creates a view for this dialog box.

Dispose ( bool disposing ) : void

Stops the hosted component.

Initialize ( ) : void

Starts the hosted component.

PrepareClose ( CloseReason reason ) : bool

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

WorkspaceDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, Workspace workspace ) : System.Drawing

Constructor.

메소드 상세

CanClose() 보호된 메소드

Asks the object whether it is in a closable state without user intervention.
protected CanClose ( ) : bool
리턴 bool

CreateView() 보호된 최종 메소드

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

Dispose() 보호된 메소드

Stops the hosted component.
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

WorkspaceDialogBox() 보호된 메소드

Constructor.
protected WorkspaceDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, Workspace workspace ) : System.Drawing
args ClearCanvas.Desktop.DialogBoxCreationArgs
workspace Workspace
리턴 System.Drawing