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

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

Private Properties

Свойство Type Description
DialogBoxFormClosing void

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
DialogBoxFormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Activate() public méthode

Activates the view.
public Activate ( ) : void
Résultat void

CreateDialogBoxForm() protected méthode

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
Résultat ClearCanvas.Desktop.View.WinForms.WorkspaceDialogBoxForm

Dispose() protected méthode

Disposes of this object.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Hide() public méthode

Not used.
public Hide ( ) : void
Résultat void

Open() public méthode

Opens the view.
public Open ( ) : void
Résultat void

SetTitle() public méthode

Sets the title of the dialog box.
public SetTitle ( string title ) : void
title string
Résultat void

Show() public méthode

Not used.
public Show ( ) : void
Résultat void

WorkspaceDialogBoxView() protected méthode

Constructor.
protected WorkspaceDialogBoxView ( WorkspaceDialogBox dialogBox, WorkspaceView owner ) : System.Windows.Forms
dialogBox WorkspaceDialogBox
owner WorkspaceView
Résultat System.Windows.Forms