Classes

  Class Description
Public class AquaSkin The AquaSkin component automatically skins windows forms applications to mimic the popular OS-X aqua visual styles. 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 AquaSkin component, you can determine what skin to use, what forms and controls should be skinned and weather 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.