C# 클래스 Open.Core.UI.Controls.Dialogs.DialogContent

Content view-model for a dialog box.
상속: AcceptCancelPresenterViewModel, IDialogContent
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
DialogContent ( ) : System

Constructor.

Hide ( ) : void

Causes the dialog box to be hidden.

Show ( ) : void

Causes the dialog box to be shown.

Show ( Action onHidden ) : void

Causes the dialog box to be shown.

Show ( double delay, Action onHidden ) : void

Causes the dialog box to be shown.

UpdateVisualState ( ) : void

Updates the visual state of the control.

보호된 메소드들

메소드 설명
OnDisposed ( ) : void

비공개 메소드들

메소드 설명
InvokeHiddenCallback ( ) : void
OnHidden ( ) : void
OnIsShowingChanged ( ) : void
OnShown ( ) : void
SyncSizeOnParent ( ) : void
SyncTemplateOnParent ( ) : void

메소드 상세

DialogContent() 공개 메소드

Constructor.
public DialogContent ( ) : System
리턴 System

Hide() 공개 메소드

Causes the dialog box to be hidden.
public Hide ( ) : void
리턴 void

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

Show() 공개 메소드

Causes the dialog box to be shown.
public Show ( ) : void
리턴 void

Show() 공개 메소드

Causes the dialog box to be shown.
public Show ( Action onHidden ) : void
onHidden Action Action that is invoked when the dialog is hidden.
리턴 void

Show() 공개 메소드

Causes the dialog box to be shown.
public Show ( double delay, Action onHidden ) : void
delay double /// Shows the dialog after the specified delay (secs). /// This allows screen updates to occur prior to the dialog showing. /// Typically set very short, at either 0.1 secs or 0 secs. ///
onHidden Action Action that is invoked when the dialog is hidden.
리턴 void

UpdateVisualState() 공개 메소드

Updates the visual state of the control.
public UpdateVisualState ( ) : void
리턴 void