GrapeCity SPREAD for Windows Forms 11.0J
Paint イベント (SideButtonBase)


SideButtonBaseをレンダリングした後に発生します。
構文
'Declaration
 
Public Event Paint As PaintEventHandler
'使用法
 
Dim instance As SideButtonBase
Dim handler As PaintEventHandler
 
AddHandler instance.Paint, handler
public event PaintEventHandler Paint
イベント データ

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

プロパティ説明
ClipRectangleGets the rectangle in which to paint.  
GraphicsGets the graphics used to paint.  
参照

SideButtonBase クラス
SideButtonBase メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.