| 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) : ProgressDialogDocumentation 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) : ProgressDialogDocumentation 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) : ProgressDialogDocumentation 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) : ProgressDialogDocumentation for this section has not yet been entered. |
static | Show(Android.Content.Context, string, string, bool, bool, Android.Content.IDialogInterfaceOnCancelListener) : ProgressDialogDocumentation for this section has not yet been entered. |
static | Show(Android.Content.Context, string, string, bool, bool, EventHandler) : ProgressDialogDocumentation for this section has not yet been entered. |