C# Class ClearCanvas.Desktop.Shelf

Represents a shelf within a desktop window.
Inheritance: ClearCanvas.Desktop.DesktopObject, IShelf
Afficher le fichier Open project: jasper-yeh/ClearCanvas Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Hide ( ) : void

Hides the shelf from view.

Show ( ) : void

Makes the shelf visible.

Méthodes protégées

Méthode Description
CanClose ( ) : bool

Checks if the hosted component can exit.

CreateView ( ) : IDesktopObjectView

Creates a view for this shelf.

Dispose ( bool disposing ) : void

Disposes of this object, stopping the hosted component.

Initialize ( ) : void

Starts the hosted component.

PrepareClose ( CloseReason reason ) : bool

Gives the hosted component a chance to prepare for a forced exit.

Shelf ( ClearCanvas.Desktop.ShelfCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common

Constructor.

Method Details

CanClose() protected méthode

Checks if the hosted component can exit.
protected CanClose ( ) : bool
Résultat bool

CreateView() protected final méthode

Creates a view for this shelf.
protected final CreateView ( ) : IDesktopObjectView
Résultat IDesktopObjectView

Dispose() protected méthode

Disposes of this object, stopping the hosted component.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Hide() public méthode

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

Initialize() protected méthode

Starts the hosted component.
protected Initialize ( ) : void
Résultat void

PrepareClose() protected méthode

Gives the hosted component a chance to prepare for a forced exit.
protected PrepareClose ( CloseReason reason ) : bool
reason CloseReason
Résultat bool

Shelf() protected méthode

Constructor.
protected Shelf ( ClearCanvas.Desktop.ShelfCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common
args ClearCanvas.Desktop.ShelfCreationArgs Object used to specify how the should be created.
desktopWindow DesktopWindow The owner window of the .
Résultat ClearCanvas.Common

Show() public méthode

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