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

Represents a dialog box.
Наследование: ClearCanvas.Desktop.DesktopObject
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
CanClose ( ) : bool

Checks if the hosted component can close without user interaction.

CreateView ( ) : IDesktopObjectView

Creates a view for this object.

DialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common

Constructor.

Dispose ( bool disposing ) : void

Disposes of this object.

Initialize ( ) : void

Starts the hosted component.

PrepareClose ( CloseReason reason ) : bool

Gives the hosted component a chance to prepare for a forced exit.

Приватные методы

Метод Описание
RunModal ( ) : DialogBoxAction

Runs this dialog on a modal loop, blocking until the dialog is closed.

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

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

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

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

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

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

Constructor.
protected DialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args, DesktopWindow desktopWindow ) : ClearCanvas.Common
args ClearCanvas.Desktop.DialogBoxCreationArgs Creation args for the dialog box.
desktopWindow DesktopWindow The that owns the dialog box.
Результат ClearCanvas.Common

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

Disposes of this object.
protected Dispose ( bool disposing ) : void
disposing bool
Результат 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