C# Class ClearCanvas.Desktop.WorkspaceDialogBox

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

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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

CreateView() protected final méthode

Creates a view for this dialog box.
protected final CreateView ( ) : IDesktopObjectView
Résultat IDesktopObjectView

Dispose() protected méthode

Stops the hosted component.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() protected méthode

Starts the hosted component.
protected Initialize ( ) : void
Résultat void

PrepareClose() protected méthode

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

WorkspaceDialogBox() protected méthode

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