Property | Type | Description | |
---|---|---|---|
CreateWorkspaceDialogBoxView | IWorkspaceDialogBoxView |
Method | Description | |
---|---|---|
ShowDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args ) : |
Shows a dialog box in front of this workspace.
|
Method | Description | |
---|---|---|
CanClose ( ) : bool |
Asks the object whether it is in a closable state without user intervention.
|
|
CreateView ( ) : IDesktopObjectView |
Creates a view for this workspace.
|
|
Dispose ( bool disposing ) : void |
Stops the hosted component.
|
|
Initialize ( ) : void |
Starts the hosted component.
|
|
OnClosing ( ClosingEventArgs args ) : void |
Overridden to prevent closing the Workspace if UserClosable is false.
|
|
PrepareClose ( CloseReason reason ) : bool |
Gives the hosted component a chance to prepare for a forced exit.
|
|
Workspace ( ClearCanvas.Desktop.WorkspaceCreationArgs args, DesktopWindow desktopWindow ) : System |
Constructor.
|
Method | Description | |
---|---|---|
CreateWorkspaceDialogBoxView ( |
Creates a dialog box view for the specified dialog box.
|
protected final CreateView ( ) : IDesktopObjectView | ||
return | IDesktopObjectView |
protected OnClosing ( ClosingEventArgs args ) : void | ||
args | ClosingEventArgs | |
return | void |
protected PrepareClose ( CloseReason reason ) : bool | ||
reason | CloseReason | |
return | bool |
public ShowDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args ) : |
||
args | ClearCanvas.Desktop.DialogBoxCreationArgs | Arguments used to create the dialog box. |
return |
protected Workspace ( ClearCanvas.Desktop.WorkspaceCreationArgs args, DesktopWindow desktopWindow ) : System | ||
args | ClearCanvas.Desktop.WorkspaceCreationArgs | Arguments for creation of the |
desktopWindow | DesktopWindow | The |
return | System |