TrackBarRenderer.DrawRightPointingThumb 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以视觉样式绘制一个指向右方的跟踪条滑块(又称滚动块)。
public:
static void DrawRightPointingThumb(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::VisualStyles::TrackBarThumbState state);
public static void DrawRightPointingThumb (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state);
static member DrawRightPointingThumb : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.VisualStyles.TrackBarThumbState -> unit
Public Shared Sub DrawRightPointingThumb (g As Graphics, bounds As Rectangle, state As TrackBarThumbState)
参数
- state
- TrackBarThumbState
TrackBarThumbState 值之一,指定跟踪条滑块的可视状态。
例外
注解
在调用此方法之前,应验证属性的值 IsSupported 是否为 true
。