Excalibur Software RainbowStatus 1.0
Style (Panel Object)
Property Style As StatPanelStyles
Description
Determines the type of display the panel will have.
Settings
- sbrText - The panel will display the text string as specified in the
Text property.
- sbrCaps - The display will show the current state of the Caps Lock key.
- sbrNum - The display will show the current state of the Num Lock key.
- sbrIns - The display will show the current state of the Insert key.
- sbrScrl - The display will show the current state of the Scroll Lock key.
- sbrTime - The panel shows the current time in the format "h:mm ampm".
- sbrDate - The panel shows the current date in Short Date format.
- sbrKana - The display will show the current state of the Scroll Lock key,
but with the string "KANA" rather than "SCRL."
- sbrProgressBar - The panel is a RainProgress control. Full control
of the RainProgress object can be accessed by using the
ProgressBar method.
- sbrWithBuddy - The panel is a buddy control. For more information,
see the Buddy property.