共用方式為


ScrollBarRenderer.DrawVerticalThumbGrip 方法

定義

在具有視覺化樣式的垂直捲動方塊 (英文為 Scroll Box 或 Thumb) 上繪製底框。

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 回 。

適用於