ScrollBarRenderer.DrawVerticalThumb 方法

定义

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

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

参数

g
Graphics

用于绘制滚动框的 Graphics

bounds
Rectangle

用于指定滚动框边界的 Rectangle

state
ScrollBarState

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

例外

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

- 或 -

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

- 或 -

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

注解

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

适用于