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: DependencyObjectThe object.
value
Type: Nullable<Boolean>The value.
.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.