C# Class ClearCanvas.Desktop.WorkspaceDialogBox

Represents a workspace-modal dialog box.
Inheritance: ClearCanvas.Desktop.DesktopObject, IWorkspaceDialogBox
Show file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
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.

Method Details

CanClose() protected method

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

CreateView() protected final method

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

Dispose() protected method

Stops the hosted component.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() protected method

Starts the hosted component.
protected Initialize ( ) : void
return void

PrepareClose() protected method

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

WorkspaceDialogBox() protected method

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