C# Класс 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.

Наследование: ClearCanvas.Desktop.View.WinForms.DesktopObjectView, IShelfView
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
Dispose ( bool disposing ) : void

Disposes of this object.

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

Constructor.

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

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

Activates the shelf.
public Activate ( ) : void
Результат void

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

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

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

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

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

Opens this shelf view.
public Open ( ) : void
Результат void

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

public SaveState ( ) : void
Результат void

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

Sets the title of the shelf.
public SetTitle ( string title ) : void
title string
Результат void

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

Constructor.
protected ShelfView ( Shelf shelf, DesktopWindowView desktopView ) : System.Windows.Forms
shelf ClearCanvas.Desktop.Shelf
desktopView DesktopWindowView
Результат System.Windows.Forms

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

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