Softelvdm.Controls Class Library for Windows Controls 1.0

BackgroundAppearanceEnum Enumeration

Softel vdm, Inc.

Defines the background appearance.

Syntax      BackgroundAppearanceEnum Enumeration (Softelvdm.Controls)

VB   

Public Enum BackgroundAppearanceEnum

C#   

public enum BackgroundAppearanceEnum

C++   

public enum class BackgroundAppearanceEnum


Member

Value

Description

Clean

0

No particular background rendering is applied. Foreground and background colors are used to render the available area.

ButtonPlain

1

The background is rendered with the same appearance as a plain button (a non-themed button image). Foreground and background colors are used to render the available area.

ButtonPlainNeverPressed

2

The background is rendered with the same appearance as a plain button (a non-themed button image). ButtonPlainNeverPressed behaves just line ButtonPlain, but does not reflect a pressed state. Foreground and background colors are used to render the available area.

ThemedSystemHeader

3

The background is rendered with the same appearance as a header (using Windows themes if available). Foreground and background colors are used to render the available area. However, background colors are ignored when Windows themes are available.

ThemedSystemHeaderEmptyArea

4

The background is rendered with the same appearance as a header above an empty area (using Windows themes if available). Foreground and background colors are used to render the available area. However, background colors are ignored when Windows themes are available.

ThemedSystemHeaderNeverPressed

5

The background is rendered with the same appearance as a header (using Windows themes if available). ThemedSystemHeaderNeverPressed behaves just line ThemedSystemHeader, but does not reflect a pressed state. Foreground and background colors are used to render the available area. However, background colors are ignored when Windows themes are available.

ThemedAppearanceHeader

6

The background is rendered with the same appearance as a header (emulating an appearance that mimics Windows XP themes, even on operating systems that do not offer themes). Defined background colors are ignored.

ThemedAppearanceHeaderEmptyArea

7

The background is rendered with the same appearance as a header above an empty area (emulating an appearance that mimics Windows XP themes, even on operating systems that do not offer themes). Defined background colors are ignored.

ThemedAppearanceHeaderNeverPressed

8

The background is rendered with the same appearance as a header (emulating an appearance that mimics Windows XP themes, even on operating systems that do not offer themes). ThemedAppearanceHeaderNeverPressed behaves just line ThemedAppearanceHeader, but does not reflect a pressed state. Defined background colors are ignored.

Default

-1

The default value is determined by a containing object or by the environment. If no containing object or environmental information is available, BackgroundAppearanceEnum.Default is identical to BackgroundAppearanceEnum.Clean.

Comments

The BackgroundAppearanceEnum enumeration defines the background appearance.

Based on the selected background appearance, the available space for content rendering may decrease.

SftTabs/NET 6.0: Background appearance is not used in this product and always defaults to BackgroundAppearanceEnum.Clean.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com