共用方式為


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

適用於