Vcl.Controls.TWinControl.RedrawDisabled

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

Delphi

property RedrawDisabled: Boolean read GetRedrawDisabled;

C++

__property bool RedrawDisabled = {read=GetRedrawDisabled, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl


説明

RedrawDisabled プロパティは、このコントロオールに対する再描画がロックされている場合に True を返します。 IsDrawingLocked と同様ですが、Win32 API の使用は、Win32 ウィンドウの再描画が無効のときに決定されます。

たとえば、親コントロールの再描画が LockDrawing を使用してロックされている場合、IsDrawingLocked は親コントロールに対して True を返し、子コントロールに対しては False を返します。RedrawDisabled は、親と子の両コントロールに対して True を返します。

関連項目