Skybound VisualStyles

ThemeParts Class

Provides a set of constants that define the parts of a theme that can be drawn.

For a list of all members of this type, see ThemeParts Members.

System.Object
   Skybound.VisualStyles.ThemeParts

[Visual Basic]
NotInheritable Public Class ThemeParts
[C#]
public sealed class ThemeParts

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Each theme class has many parts that can be drawn. For example, the StatusBar theme class has StatusPane, StatusGripperPane and StatusGripper parts that can be drawn seperately. You can also specify the state of each part using the fields of ThemeStates.

Use the fields in this class when calling the Draw and GetForeColor methods of ThemePaint when drawing a control.

Requirements

Namespace: Skybound.VisualStyles

Assembly: Skybound.VisualStyles (in Skybound.VisualStyles.dll)

See Also

ThemeParts Members | Skybound.VisualStyles Namespace