ScrollBarRenderer.DrawSizeBox 方法

定义

以视觉样式绘制滚动条大小调整手柄。

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

参数

g
Graphics

用于绘制大小调整手柄的 Graphics

bounds
Rectangle

用于指定大小调整手柄边界的 Rectangle

state
ScrollBarSizeBoxState

ScrollBarSizeBoxState 值之一,指定大小调整手柄的可视状态。

例外

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

- 或 -

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

- 或 -

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

注解

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

适用于