TrackBar 类
TrackBar 类表示一个标准的 Windows 跟踪条。
基本信息
- 中文名
TrackBar 类
- 外文名
TrackBarclass
- 表示
标准的 Windows 跟踪条
- 层次结构
System.Object
- 语法
C#C++
继承层次结构
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TrackBar
命名空间: System.Windows.Forms
程序集: System.Windows.Forms(在 System.Windows.Forms.dll 中)
语法
C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
[ComVisibleAttribute(true)]
[DefaultBindingPropertyAttribute("Value")]
public class TrackBar : Control, ISupportInitialize
C++
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
[ComVisibleAttribute(true)]
[DefaultBindingPropertyAttribute(L"Value")]
public ref class TrackBar : public Control,