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

WinForms implementation of IShelfView.

This class may subclassed if customization is desired. In this case, the DesktopWindowView class must also be subclassed in order to instantiate the subclass from its DesktopWindowView.CreateShelfView method.

Reasons for subclassing may include: overriding SetTitle to customize the display of the workspace title.

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

Méthodes publiques

Méthode Description
Activate ( ) : void

Activates the shelf.

Hide ( ) : void

Hides the shelf.

Open ( ) : void

Opens this shelf view.

SaveState ( ) : void
SetTitle ( string title ) : void

Sets the title of the shelf.

Show ( ) : void

Shows the shelf.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes of this object.

ShelfView ( Shelf shelf, DesktopWindowView desktopView ) : System.Windows.Forms

Constructor.

Method Details

Activate() public méthode

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

Dispose() protected méthode

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

Hide() public méthode

Hides the shelf.
public Hide ( ) : void
Résultat void

Open() public méthode

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

SaveState() public méthode

public SaveState ( ) : void
Résultat void

SetTitle() public méthode

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

ShelfView() protected méthode

Constructor.
protected ShelfView ( Shelf shelf, DesktopWindowView desktopView ) : System.Windows.Forms
shelf ClearCanvas.Desktop.Shelf
desktopView DesktopWindowView
Résultat System.Windows.Forms

Show() public méthode

Shows the shelf.
public Show ( ) : void
Résultat void