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