バージョン

PaintClient イベント

UltraPanel の ClientArea を描画したときに発生します。
シンタックス
'宣言
 
Public Event PaintClient As PaintEventHandler
public event PaintEventHandler PaintClient
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、PaintEventArgs 型の引数を受け取りました。次の PaintEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
ClipRectangle Gets the rectangle in which to paint.
Graphics Gets the graphics used to paint.
参照