Click or drag to resize
Wizard .NET Library

VisualStyleElementExNavigationBackButton Class

Provides VisualStyleElement objects for the different states of the Back Button control. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  AeroWizard.VisualStylesVisualStyleElementExNavigationBackButton

Namespace:  AeroWizard.VisualStyles
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public static class BackButton
Request Example View Source

The VisualStyleElementExNavigationBackButton type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDisabled
Gets a visual style element that represents a back button in the disabled state.
Public propertyStatic memberHot
Gets a visual style element that represents a back button in the hot state.
Public propertyStatic memberNormal
Gets a visual style element that represents a back button in the normal state.
Public propertyStatic memberPressed
Gets a visual style element that represents a back button in the pressed state.
Top
See Also