ScrollBarRenderer.GetThumbGripSize(Graphics, ScrollBarState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回捲動方塊底框的大小。
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
參數
- state
- ScrollBarState
其中一個 ScrollBarState 值,指定捲動方塊底框的可見狀態。
傳回
指定捲動方塊底框大小的 Size。
例外狀況
備註
捲動方塊底框的大小取決於作業系統的目前視覺化樣式。
使用此方法之前,您應該先 IsSupported 確認 屬性會傳 true
回 。