프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
protected DialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common | ||
args | ClearCanvas.Desktop.DialogBoxCreationArgs | Creation args for the dialog box. |
desktopWindow | DesktopWindow | The |
리턴 | ClearCanvas.Common |
protected PrepareClose ( CloseReason reason ) : bool | ||
reason | CloseReason | |
리턴 | bool |