C# Class BlackBerry.Dialog

Inheritance: IDisposable
Show file Open project: roblillack/monoberry Class Usage Examples

Public Methods

Method Description
AddButton ( Button button ) : void
Alert ( string title, string message ) : void
Dialog ( ) : System
Dialog ( string title, string message ) : System
Dispose ( ) : void
Show ( ) : void

Private Methods

Method Description
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

Method Details

AddButton() public method

public AddButton ( Button button ) : void
button Button
return void

Alert() public static method

public static Alert ( string title, string message ) : void
title string
message string
return void

Dialog() public method

public Dialog ( ) : System
return System

Dialog() public method

public Dialog ( string title, string message ) : System
title string
message string
return System

Dispose() public method

public Dispose ( ) : void
return void

Show() public method

public Show ( ) : void
return void