|
|
|
GadgetAppearanceEnum Enumeration |
Defines the basic appearance of a gadget.
Syntax GadgetAppearanceEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum GadgetAppearanceEnum |
C# |
public enum GadgetAppearanceEnum |
C++ |
public enum class GadgetAppearanceEnum |
Member |
Value |
Description |
Default | 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. |
System | 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. |
ThemedAppearance | 2 | The gadget emulates an appearance that mimics Windows XP themes, even on operating systems that do not offer themes. |
ThemedSystem | 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. |
Plain | 4 | The gadget has no particular appearance and is completely defined by its own attributes. |
Comments
The GadgetAppearanceEnum enumeration defines the basic appearance of a gadget.
Gadgets can change appearance based on an overall desired style or based on the operating system.
Version Information
Supported in version 1.0.
Products Table