Android.App.ProgressDialog: Method Members

The methods of Android.App.ProgressDialog are listed below. For a list of all members, see the ProgressDialog Members list.

See Also: Inherited members from Android.App.AlertDialog

Public Methods

IncrementProgressBy(int)
IncrementSecondaryProgressBy(int)
OnStart()
Called when the dialog is starting.
SetIndeterminateDrawable(Android.Graphics.Drawables.Drawable)
SetProgressDrawable(Android.Graphics.Drawables.Drawable)
SetProgressNumberFormat(string)
Change the format of the small text showing current and maximum units of progress.
SetProgressPercentFormat(Java.Text.NumberFormat)
Change the format of the small text showing the percentage of progress.
SetProgressStyle(ProgressDialogStyle)
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence) : ProgressDialog
static
Show(Android.Content.Context, string, string) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool) : ProgressDialog
static
Show(Android.Content.Context, string, string, bool) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool, bool) : ProgressDialog
static
Show(Android.Content.Context, string, string, bool, bool) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool, bool, Android.Content.IDialogInterfaceOnCancelListener) : ProgressDialog
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool, bool, EventHandler) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, string, string, bool, bool, Android.Content.IDialogInterfaceOnCancelListener) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, string, string, bool, bool, EventHandler) : ProgressDialog
Documentation for this section has not yet been entered.