ProgressHUDMBS constants

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to ProgressHUDMBS class.

Modes

ProgressHUDMBS.ModeAnnularDeterminate = 3

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Ring-shaped progress view.

ProgressHUDMBS.ModeCustomView = 4

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Shows a custom view.

ProgressHUDMBS.ModeDeterminate = 1

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.
Example

dim p as ProgressHUDMBS // your instance
p.Mode = p.ModeDeterminate
p.Progress = counter / 100.0
p.DetailsLabelText = "Importing "+counter.ToString+" of 100"

A round, pie-chart like, progress view.

ProgressHUDMBS.ModeDeterminateHorizontalBar = 2

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Horizontal progress bar.

ProgressHUDMBS.ModeIndeterminate = 0

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.
Example

dim p as ProgressHUDMBS // your instance
p.Mode = p.ModeInDeterminate
p.DetailsLabelText = "Cleaning up."

A round progress indicator.

ProgressHUDMBS.ModeText = 5

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Shows only labels.

The items on this page are in the following plugins: MBS iOS Plugin.


💬 Ask a question or report a problem