ImageThemingUtilities.SetThemeScrollBars Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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: System.Windows.DependencyObject
- value
Type: System.Nullable<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.