Share via


ImageThemingUtilities.SetThemeScrollBars Method

Sets the ThemeScrollbarsProperty value.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared Sub SetThemeScrollBars ( _
    d As DependencyObject, _
    value As Nullable(Of Boolean) _
)
public static void SetThemeScrollBars(
    DependencyObject d,
    Nullable<bool> value
)
public:
static void SetThemeScrollBars(
    DependencyObject^ d, 
    Nullable<bool> value
)
static member SetThemeScrollBars : 
        d:DependencyObject * 
        value:Nullable<bool> -> unit
public static function SetThemeScrollBars(
    d : DependencyObject, 
    value : Nullable<boolean>
)

Parameters

  • d
    Type: DependencyObject

    The object.

  • value
    Type: Nullable<Boolean>

    The value.

.NET Framework Security

See Also

Reference

ImageThemingUtilities Class

Microsoft.VisualStudio.PlatformUI Namespace