ScrollChrome::SetScrollGlyph Method (DependencyObject^, ScrollGlyph)

 

Sets the ScrollGlyph on the specified object.

Namespace:   Microsoft.Windows.Themes
Assemblies:   PresentationFramework.Aero (in PresentationFramework.Aero.dll)
  PresentationFramework.Aero2 (in PresentationFramework.Aero2.dll)
  PresentationFramework.AeroLite (in PresentationFramework.AeroLite.dll)
  PresentationFramework.Luna (in PresentationFramework.Luna.dll)
  PresentationFramework.Royale (in PresentationFramework.Royale.dll)

public:
static void SetScrollGlyph(
	DependencyObject^ element,
	ScrollGlyph value
)

Parameters

element
Type: System.Windows::DependencyObject^

The dependency object to which the ScrollGlyph is attached.

value
Type: Microsoft.Windows.Themes::ScrollGlyph

One of the enumeration values.

.NET Framework
Available since 3.0
Return to top
Show: