Windows.Forms 程序集: System.Windows.Forms.dll 获取或设置此 ProgressBar 控件的背景色。 C# 复制 [System.ComponentModel.Browsable(false)] public override System.Drawing.Color BackColor { get; set; } 属性值 Color 控件的背景色。 默认为 BackColor 属性的值。 属性 BrowsableAttribute 适用于 产品...
ToolStripProgressBar 控制項會取代 ProgressBar 控制項並加入其他功能,不過您也可以選擇保留 ProgressBar 控制項,以提供回溯相容性及未來使用。 Windows Forms ProgressBar 控制項會透過顯示以水平橫條排列的適當矩形數目來指出動作的進度。 當動作完成時,橫條就會填滿。 進度橫條通常用來告知使用者需要等待多久才能完成...
ProgressBar.OnBackColorChanged(EventArgs) 方法 參考 意見反應 定義 命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 引發BackColorChanged 事件。 C# 複製 protected override void OnBackColorChanged (EventArgs e); 參數 e EventArgs EventArgs,其中包含事件資料。 備註 引發事件...
命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 表示Windows 進度列 (Progress Bar) 控制項。C# 複製 [System.ComponentModel.DefaultBindingProperty("Value")] public class ProgressBar : System.Windows.Forms.Control繼承 Object MarshalByRefObject Component Control ProgressBar ...
命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 表示Windows 進度列 (Progress Bar) 控制項。C# 複製 [System.ComponentModel.DefaultBindingProperty("Value")] public class ProgressBar : System.Windows.Forms.Control繼承 Object MarshalByRefObject Component Control ProgressBar ...
ProgressBar.ResetForeColor 方法 參考 定義 命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 重設ForeColor 為其預設值。 C# 複製 public override void ResetForeColor (); 備註 除非在衍生類別中覆寫 方法,否則呼叫這個方法會將 ForeColor Highlight 重設為...
[System.ComponentModel.DefaultBindingProperty("Value")] public class ProgressBar : System.Windows.Forms.Control继承 Object MarshalByRefObject Component Control ProgressBar 属性 DefaultBindingPropertyAttribute 示例下面的代码示例使用 控件 ProgressBar 显示文件复制操作的进度。 该示例使用 Minimum 和Maximum 属性为 Pr...
命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 表示Windows 進度列 (Progress Bar) 控制項。C# 複製 [System.ComponentModel.DefaultBindingProperty("Value")] public class ProgressBar : System.Windows.Forms.Control繼承 Object MarshalByRefObject Component Control ProgressBar ...
您可以实现自己的进度条来满足您的需要。这里有一个例子。找到下面的评论。
Assembly: System.Windows.Forms.dll Represents a Windows status bar control. This class is not available in .NET 5 and later versions. Use the StatusStrip control instead, which replaces and extends the StatusBar control.C# Copy [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropS...