WebProgressWheel.Type
From Xojo Documentation
Property (As Integer )
This property is only available for Web applications. |
aWebProgressWheel.Type = newIntegerValue
or
IntegerValue = aWebProgressWheel.Type
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebProgressWheel.Type
New in 2010r4
Supported for all project types and targets.
The Type of the ProgressWheel.
Notes
Use the following class constants.
Class Constant | Description |
---|---|
kTypeBlackLarge | Black Large |
kTypeBlackSmall | Black Small |
kTypeWhiteLarge | White Large |
kTypeWhiteSmall | White Small |
Example
The following changes the type of ProgressWheel in the Open event of the control.
Me.Type = WebProgressWheel.kTypeWhiteSmall