C# 클래스 BlackBerry.Dialog

상속: IDisposable
파일 보기 프로젝트 열기: roblillack/monoberry 1 사용 예제들

공개 메소드들

메소드 설명
AddButton ( Button button ) : void
Alert ( string title, string message ) : void
Dialog ( ) : System
Dialog ( string title, string message ) : System
Dispose ( ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
HandleEvent ( IntPtr eventHandle ) : void
Initialize ( ) : void
dialog_add_button ( IntPtr dialog, string label, bool enabled, string id, bool visible ) : int
dialog_create_alert ( IntPtr &dialog ) : int
dialog_destroy ( IntPtr handle ) : int
dialog_event_get_dialog_instance ( IntPtr handle ) : IntPtr
dialog_event_get_selected_index ( IntPtr handle ) : int
dialog_get_domain ( ) : int
dialog_request_events ( int flags ) : int
dialog_set_alert_message_text ( IntPtr dialog, string text ) : int
dialog_set_title_text ( IntPtr dialog, String title_text ) : int
dialog_show ( IntPtr dialog ) : int
dialog_update ( IntPtr dialog ) : int

메소드 상세

AddButton() 공개 메소드

public AddButton ( Button button ) : void
button Button
리턴 void

Alert() 공개 정적인 메소드

public static Alert ( string title, string message ) : void
title string
message string
리턴 void

Dialog() 공개 메소드

public Dialog ( ) : System
리턴 System

Dialog() 공개 메소드

public Dialog ( string title, string message ) : System
title string
message string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void