C# Class ClearCanvas.Desktop.View.WinForms.WorkspaceDialogBoxView

WinForms implementation of IWorkspaceDialogBoxView.
Inheritance: ClearCanvas.Desktop.View.WinForms.DesktopObjectView, IWorkspaceDialogBoxView
Show file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Private Properties

Property Type Description
DialogBoxFormClosing void

Public Methods

Method Description
Activate ( ) : void

Activates the view.

Hide ( ) : void

Not used.

Open ( ) : void

Opens the view.

SetTitle ( string title ) : void

Sets the title of the dialog box.

Show ( ) : void

Not used.

Protected Methods

Method Description
CreateDialogBoxForm ( WorkspaceDialogBox dialogBox, Control content ) : ClearCanvas.Desktop.View.WinForms.WorkspaceDialogBoxForm

Called to create an instance of a DialogBoxForm for use by this view.

Dispose ( bool disposing ) : void

Disposes of this object.

WorkspaceDialogBoxView ( WorkspaceDialogBox dialogBox, WorkspaceView owner ) : System.Windows.Forms

Constructor.

Private Methods

Method Description
DialogBoxFormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Activate() public method

Activates the view.
public Activate ( ) : void
return void

CreateDialogBoxForm() protected method

Called to create an instance of a DialogBoxForm for use by this view.
protected CreateDialogBoxForm ( WorkspaceDialogBox dialogBox, Control content ) : ClearCanvas.Desktop.View.WinForms.WorkspaceDialogBoxForm
dialogBox WorkspaceDialogBox
content System.Windows.Forms.Control
return ClearCanvas.Desktop.View.WinForms.WorkspaceDialogBoxForm

Dispose() protected method

Disposes of this object.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Hide() public method

Not used.
public Hide ( ) : void
return void

Open() public method

Opens the view.
public Open ( ) : void
return void

SetTitle() public method

Sets the title of the dialog box.
public SetTitle ( string title ) : void
title string
return void

Show() public method

Not used.
public Show ( ) : void
return void

WorkspaceDialogBoxView() protected method

Constructor.
protected WorkspaceDialogBoxView ( WorkspaceDialogBox dialogBox, WorkspaceView owner ) : System.Windows.Forms
dialogBox WorkspaceDialogBox
owner WorkspaceView
return System.Windows.Forms