Vcl.ComCtrls.TProgressBar.Smooth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Smooth: Boolean read FSmooth write SetSmooth default False;

C++

__property bool Smooth = {read=FSmooth, write=SetSmooth, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar


説明

進捗バーを、節目なし(smooth)か節目あり(segmented)のどちらで表示するかを示します。

Smooth を使用すると、進捗バーを、節目なし(smooth)か節目あり(segmented)のどちらで表示するかを指定することができます。

メモ: Smooth は、アプリケーションがマニフェストを使用していないときにのみ、機能します。

関連項目