バージョン

ProgressBarToolStyle 列挙体

プログレス バーのスタイルを示す列挙体。
シンタックス
'宣言
 
Public Enum ProgressBarToolStyle 
   Inherits System.Enum
public enum ProgressBarToolStyle : System.Enum 
メンバ
メンバ解説
Continuous塗りつぶした領域の Infragistics.Win.AppearanceBase.BackColorInfragistics.Win.AppearanceBase.ImageBackground が、実線状のバーを使用して表示されます。
Defaultデフォルトで、プログレス バーの塗りつぶし領域はシステム テーマを使用して描画します。
Segmented塗りつぶした領域の Infragistics.Win.AppearanceBase.BackColorInfragistics.Win.AppearanceBase.ImageBackground が、破線 (状のバー) を使用して表示される。
SegmentedPartial塗りつぶした領域の Infragistics.Win.AppearanceBase.BackColorInfragistics.Win.AppearanceBase.ImageBackground が、破線 (状のバー) を使用して表示される。Segmentedとの違いは、塗りつぶしが完了していない段階でも、最後のバーが、すでに表示されているバーよりも短い場合がある点です。
SystemInfragistics.Win.UltraComponentControlManagerBase.SupportThemes が True でオペレーティングシステムが有効なテーマを持つ場合、システムテーマを使用して塗りつぶされた領域が描画されます。それ以外は、Continuousスタイルがデフォルトで使用されます。
参照