Свойство | Тип | Описание | |
---|---|---|---|
CreateWorkspaceDialogBoxView | IWorkspaceDialogBoxView |
Метод | Описание | |
---|---|---|
ShowDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args ) : |
Shows a dialog box in front of this workspace.
|
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
CreateWorkspaceDialogBoxView ( |
Creates a dialog box view for the specified dialog box.
|
protected final CreateView ( ) : IDesktopObjectView | ||
Результат | IDesktopObjectView |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnClosing ( ClosingEventArgs args ) : void | ||
args | ClosingEventArgs | |
Результат | void |
protected PrepareClose ( CloseReason reason ) : bool | ||
reason | CloseReason | |
Результат | bool |
public ShowDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args ) : |
||
args | ClearCanvas.Desktop.DialogBoxCreationArgs | Arguments used to create the dialog box. |
Результат |
protected Workspace ( ClearCanvas.Desktop.WorkspaceCreationArgs args, DesktopWindow desktopWindow ) : System | ||
args | ClearCanvas.Desktop.WorkspaceCreationArgs | Arguments for creation of the |
desktopWindow | DesktopWindow | The |
Результат | System |