|
|
|
ProgressBarAppearanceDefault Property, GadgetsClass Class |
Defines the default appearance of all progressbars.
Syntax GadgetsClass Class (Softelvdm.Controls)
VB |
Public Property ProgressBarAppearanceDefault As GadgetAppearanceEnum |
C# |
public GadgetAppearanceEnum ProgressBarAppearanceDefault { get; set; } |
C++ |
public: property GadgetAppearanceEnum ProgressBarAppearanceDefault { |
Property Value
The progressbar appearance.
Value |
Description |
|
0 | The gadget has an appearance which is determined by a containing object or by the environment. If no containing object or environmental information is available, GadgetAppearanceEnum.Default is identical to GadgetAppearanceEnum.ThemedSystem. | |
1 | The gadget has an appearance that mimics the current operating system, but does not use themes, even if these are enabled by the operating system. | |
2 | The gadget emulates an appearance that mimics Windows XP themes, even on operating systems that do not offer themes. | |
3 | The gadget has an appearance that mimics the current operating system. For example, on Windows XP (and above), Windows themes would be used if these are enabled by the operating system. When Windows themes are used, certain color related properties no longer take effect, because the rendering is determined by the theme. | |
4 | The gadget has no particular appearance and is completely defined by its own attributes. |
The default value is GadgetAppearanceEnum.ThemedSystem.
Comments
The ProgressBarAppearanceDefault property defines the default appearance of all progressbars.
The ProgressBarPartClass class is used to add progressbars to cells. Instances of the ProgressBarPartClass class can define the progressbar appearance. If they specify the default setting GadgetAppearanceEnum.Default, the setting of the ProgressBarAppearanceDefault property is used instead.
Version Information
Supported in version 1.0.
Products Table