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
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
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