Property | Type | Description |
---|
Method | Description | |
---|---|---|
Hide ( ) : void |
Hides the shelf from view.
|
|
Show ( ) : void |
Makes the shelf visible.
|
Method | 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.
|
protected final CreateView ( ) : IDesktopObjectView | ||
return | IDesktopObjectView |
protected PrepareClose ( CloseReason reason ) : bool | ||
reason | CloseReason | |
return | bool |
protected Shelf ( ClearCanvas.Desktop.ShelfCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common | ||
args | ClearCanvas.Desktop.ShelfCreationArgs | Object used to specify how the |
desktopWindow | DesktopWindow | The owner window of the |
return | ClearCanvas.Common |