Classes

  Class Description
Public class VistaSkin The VistaSkin component automatically skins windows forms applications in the style of the new Microsoft Windows Vista graphical user interface. In order to skin your application you only need to drop this component onto the main form of your application exe. Using the properties available on the VistaSkin component, you can determine what skin to use, what forms and controls should be skinned and wheather to apply translucent shadows to your forms. Use the TargetControls property to determine what forms or controls you wish to have the skin applied. The ShadowVisible and ShadowStyle affects the visibility and appearance of the form shadow. This class cannot be inherited.

Enumerations

  Enumeration Description
Public enumeration ShadowStyle Specifies a shadow style applied to forms
Public enumeration SkinMode Specifies how to skin the current application.
Public enumeration TargetControls Specifies what forms and controls are skinned
Public enumeration ToolStripRenderStyle Specifies how ToolStrip controls are rendered.