• 1.摘要
  • 2.基本信息
  • 3.继承层次结构
  • 4.语法
  • 4.1.C#
  • 4.2.C++
  • 4.3.F#
  • 5.构造函数
  • 5.1.TrackBar构造函数
  • 5.2.备注
  • 5.3.版本信息
  • 5.4.平台
  • 6.属性
  • 7.方法
  • 8.事件
  • 9.显示接口实现
  • 10.TrackBar控件的作用的简单描述
  • 11.示例
  • 11.1.C#
  • 11.2.C++

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,