ScrollBarRenderer.GetThumbGripSize(Graphics, ScrollBarState) 方法

定义

返回滚动框手柄的大小。

public:
 static System::Drawing::Size GetThumbGripSize(System::Drawing::Graphics ^ g, System::Windows::Forms::VisualStyles::ScrollBarState state);
public static System.Drawing.Size GetThumbGripSize (System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state);
static member GetThumbGripSize : System.Drawing.Graphics * System.Windows.Forms.VisualStyles.ScrollBarState -> System.Drawing.Size
Public Shared Function GetThumbGripSize (g As Graphics, state As ScrollBarState) As Size

参数

g
Graphics

此操作将使用的 Graphics

state
ScrollBarState

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

返回

Size

指定滚动框手柄大小的 Size

例外

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

  • 或 -

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

  • 或 -

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

注解

滚动框手柄的大小由操作系统的当前视觉样式决定。

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

适用于