Vcl.ComCtrls.TCustomTabControl.TabWidth
Delphi
property TabWidth: Smallint read FTabSize.X write SetTabWidth default 0;
C++
__property short TabWidth = {read=FTabSize.x, write=SetTabWidth, default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTabControl |
説明
タブコントロールのタブの横のサイズをピクセル単位で指定します。
TabWidth プロパティは,すべてのタブに対して固定した幅を指定します。TabWidth が 0 の場合,各タブは,そのキャプションを表示するのに十分な幅に自動的に広がります。