ImageThemingUtilities.SetThemeScrollBars Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Shared Sub SetThemeScrollBars ( _
d As DependencyObject, _
value As Nullable(Of Boolean) _
)
public static void SetThemeScrollBars(
DependencyObject d,
Nullable<bool> value
)
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.