Skybound VisualStyles

VisualStyleFilter Class

Enables or disables visual style enhancement for specific controls or control types.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Skybound.VisualStyles.VisualStyleFilter

[Visual Basic]
Public Class VisualStyleFilter
    Inherits Component
    Implements IExtenderProvider
[C#]
public class VisualStyleFilter : Component, IExtenderProvider

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

When added to a form designer, this component adds a VisualStyleEnhanced property to each other control on the form. You may use this property to specify whether each individual control is enhanced.

SetVisualStyleEnhanced is an instance method used to enhance individual controls, while SetEnhancedDefault is a static (Shared in Visual Basic) method used to specifiy whether all controls—or all controls of a specific type—are enhanced.

Requirements

Namespace: Skybound.VisualStyles

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

See Also

VisualStyleFilter Members | Skybound.VisualStyles Namespace