Vcl.Touch.Keyboard.TCustomKeyboardButton.Paint

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

Delphi

procedure Paint(Canvas: TCustomCanvas = nil); virtual;

C++

virtual void __fastcall Paint(Vcl::Graphics::TCustomCanvas* Canvas = (Vcl::Graphics::TCustomCanvas*)(0x0));

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

キーボードのボタンを塗りつぶすのに使用する仮想メソッド。

Paint メソッドは、TCustomKeyboardButton クラスを塗りつぶすために使用されます。 フォントのような通常のキーを除いて、Paint メソッドは Tab、Enter、Backspace、Shift、および, 矢印キーを塗りつぶすための内部関数を実装します。

Paint がオーバーライドされると、TCustomKeyboardButton かその下位クラスから派生するユーザー定義のクラスでの独自の実装が可能になります。

関連項目