Provider to expose visual styles on stock Windows Forms controls in the designer.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class VisualStylesProvider : Component, 
	IExtenderProvider
Visual Basic
Public Class VisualStylesProvider
	Inherits Component
	Implements IExtenderProvider
Visual C++
public ref class VisualStylesProvider : public Component, 
	IExtenderProvider
F#
type VisualStylesProvider =  
    class
        inherit Component
        interface IExtenderProvider
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Extensions.Windows.Forms..::..VisualStylesProvider

See Also