C# 클래스 Bloom.MiscUI.TipDialog

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
Show ( string message ) : void
TipDialog ( string message, string dialogTitle, Image icon ) : System

Use this one if you need to customize the dialog, e.g. to setup an alternate button

비공개 메소드들

메소드 설명
AdjustHeights ( ) : void
GetDesiredTextBoxHeight ( ) : int
HandleMessageTextChanged ( object sender, EventArgs e ) : void
TipDialog ( ) : System
TipDialog_Load ( object sender, EventArgs e ) : void
_acceptButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Show() 공개 정적인 메소드

public static Show ( string message ) : void
message string
리턴 void

TipDialog() 공개 메소드

Use this one if you need to customize the dialog, e.g. to setup an alternate button
public TipDialog ( string message, string dialogTitle, Image icon ) : System
message string
dialogTitle string
icon Image
리턴 System