ScrollBarRenderer.DrawVerticalThumb 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
繪製具有視覺化樣式的垂直捲動方塊 (英文為 Scroll Box 或 Thumb)。
public:
static void DrawVerticalThumb(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::VisualStyles::ScrollBarState state);
public static void DrawVerticalThumb (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state);
static member DrawVerticalThumb : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.VisualStyles.ScrollBarState -> unit
Public Shared Sub DrawVerticalThumb (g As Graphics, bounds As Rectangle, state As ScrollBarState)
參數
- state
- ScrollBarState
其中一個 ScrollBarState 值,指定捲動方塊的可見狀態。
例外狀況
備註
使用此方法之前,您應該先確認 IsSupported 屬性傳 true
回 。