TrackBarThumbState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定使用視覺化樣式繪製的追蹤列滑桿 (也稱為捲動方塊) 之可見狀態。
public enum class TrackBarThumbState
public enum TrackBarThumbState
type TrackBarThumbState =
Public Enum TrackBarThumbState
- 繼承
欄位
Disabled | 5 | 滑桿顯示為停用。 |
Hot | 2 | 滑桿顯示為作用中。 |
Normal | 1 | 滑桿顯示為正常。 |
Pressed | 3 | 滑桿顯示為已按下。 |
備註
這些 TrackBarThumbState 值會對應至下列類別所公開的物件狀態 VisualStyleElement :
這些 TrackBarThumbState 值也會作為繪製追蹤列滑杆之類別方法中的 System.Windows.Forms.TrackBarRenderer 引數。