C# Класс ClearCanvas.Desktop.Shelf

Represents a shelf within a desktop window.
Наследование: ClearCanvas.Desktop.DesktopObject, IShelf
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Hide ( ) : void

Hides the shelf from view.

Show ( ) : void

Makes the shelf visible.

Защищенные методы

Метод Описание
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.

Описание методов

CanClose() защищенный Метод

Checks if the hosted component can exit.
protected CanClose ( ) : bool
Результат bool

CreateView() защищенный закрытый Метод

Creates a view for this shelf.
protected final CreateView ( ) : IDesktopObjectView
Результат IDesktopObjectView

Dispose() защищенный Метод

Disposes of this object, stopping the hosted component.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Hide() публичный Метод

Hides the shelf from view.
public Hide ( ) : void
Результат void

Initialize() защищенный Метод

Starts the hosted component.
protected Initialize ( ) : void
Результат void

PrepareClose() защищенный Метод

Gives the hosted component a chance to prepare for a forced exit.
protected PrepareClose ( CloseReason reason ) : bool
reason CloseReason
Результат bool

Shelf() защищенный Метод

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 .
Результат ClearCanvas.Common

Show() публичный Метод

Makes the shelf visible.
public Show ( ) : void
Результат void