C# 클래스 ClearCanvas.Desktop.Shelf

Represents a shelf within a desktop window.
상속: ClearCanvas.Desktop.DesktopObject, IShelf
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

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