ScrollBarRenderer.DrawVerticalThumbGrip 方法

定义

以视觉样式在垂直滚动框(又称滚动块)上绘制手柄。

public:
 static void DrawVerticalThumbGrip(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::VisualStyles::ScrollBarState state);
public static void DrawVerticalThumbGrip (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state);
static member DrawVerticalThumbGrip : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.VisualStyles.ScrollBarState -> unit
Public Shared Sub DrawVerticalThumbGrip (g As Graphics, bounds As Rectangle, state As ScrollBarState)

参数

g
Graphics

用于绘制滚动框手柄的 Graphics

bounds
Rectangle

用于指定滚动框手柄边界的 Rectangle

state
ScrollBarState

ScrollBarState 值之一,指定滚动框手柄的可视状态。

例外

操作系统不支持视觉样式。

- 或 -

用户在操作系统中禁用视觉样式。

- 或 -

视觉样式不应用于应用程序窗口的工作区。

注解

在使用此方法之前,应验证 属性是否 IsSupported 返回 true

适用于