public Image Picture {get; set;}
'Declaration Public Property Picture As Image
'使用法 Dim instance As FpButton Dim value As Image instance.Picture = value value = instance.Picture
TwoState プロパティを True に設定した場合は、ボタンの2つの状態それぞれに異なる画像を設定できます。このプロパティは、ボタンが押されていないときの画像を設定するのに使用します。ボタンが押されているときの画像は、PictureDown プロパティで設定します。
FpButton クラス FpButton メンバ
© 2004-2015, GrapeCity inc. All rights reserved.