PowerTools SPREAD for Windows Forms 8.0J
PictureChanged イベント (Picture)


ピクチャを変更したとき発生します。
構文
'Declaration
 
Public Event PictureChanged As EventHandler
'使用法
 
Dim instance As Picture
Dim handler As EventHandler
 
AddHandler instance.PictureChanged, handler
public event EventHandler PictureChanged
解説
表示するピクチャを指定するには、Imageプロパティを設定します。
参照

Picture クラス
Picture メンバ
Image プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.