C# 클래스 ClearCanvas.Desktop.View.WinForms.DialogBoxView

WinForms implementation of IDialogBoxView.

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.CreateDialogBoxView method.

Reasons for subclassing may include: overriding the CreateDialogBoxForm factory method to supply a custom subclass of the DialogBoxForm class.

상속: ClearCanvas.Desktop.View.WinForms.DesktopObjectView, IDialogBoxView
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
Activate ( ) : void

Not used.

Hide ( ) : void

Not used.

Open ( ) : void

Not used.

RunModal ( ) : DialogBoxAction

Runs the modal dialog.

SetTitle ( string title ) : void

Sets the title of the dialog box.

Show ( ) : void

Not used.

보호된 메소드들

메소드 설명
CreateDialogBoxForm ( DialogBox dialogBox, Control content ) : ClearCanvas.Desktop.View.WinForms.DialogBoxForm

Called to create an instance of a DialogBoxForm for use by this view.

DialogBoxView ( DialogBox dialogBox, DesktopWindowView owner ) : System

Constructor.

Dispose ( bool disposing ) : void

Disposes of this object.

비공개 메소드들

메소드 설명
DisposeForm ( ) : void
_form_FormClosing ( object sender, FormClosingEventArgs e ) : void

메소드 상세

Activate() 공개 메소드

Not used.
public Activate ( ) : void
리턴 void

CreateDialogBoxForm() 보호된 메소드

Called to create an instance of a DialogBoxForm for use by this view.
protected CreateDialogBoxForm ( DialogBox dialogBox, Control content ) : ClearCanvas.Desktop.View.WinForms.DialogBoxForm
dialogBox DialogBox
content System.Windows.Forms.Control
리턴 ClearCanvas.Desktop.View.WinForms.DialogBoxForm

DialogBoxView() 보호된 메소드

Constructor.
protected DialogBoxView ( DialogBox dialogBox, DesktopWindowView owner ) : System
dialogBox DialogBox
owner DesktopWindowView
리턴 System

Dispose() 보호된 메소드

Disposes of this object.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Hide() 공개 메소드

Not used.
public Hide ( ) : void
리턴 void

Open() 공개 메소드

Not used.
public Open ( ) : void
리턴 void

RunModal() 공개 메소드

Runs the modal dialog.
public RunModal ( ) : DialogBoxAction
리턴 DialogBoxAction

SetTitle() 공개 메소드

Sets the title of the dialog box.
public SetTitle ( string title ) : void
title string
리턴 void

Show() 공개 메소드

Not used.
public Show ( ) : void
리턴 void