PowerTools PlusPak for Windows Forms 8.0J
Paint イベント

SideButtonBaseが描画されると発生します。
構文
Public Event Paint As PaintEventHandler
public event PaintEventHandler Paint
イベント データ

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

プロパティ解説
ClipRectangleGets the rectangle in which to paint.  
GraphicsGets the graphics used to paint.  
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

SideButtonBase クラス
SideButtonBase メンバ

Send Feedback