PowerTools SPREAD for Windows Forms 8.0J
BackgroundImage プロパティ (FpCheckBox)


チェックボックスコントロールの背景画像として使用するピクチャを取得または設定します。
コントロールの背景画像を取得または設定します。
構文
'Declaration
 
Public Overridable Shadows Property BackgroundImage As Picture
'使用法
 
Dim instance As FpCheckBox
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public virtual new Picture BackgroundImage {get; set;}
解説

このプロパティが使用できるのは実行時のみです。

参照

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

 

 


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