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


ポップアップウィンドウに表示される背景画像を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImage As Image
'使用法
 
Dim instance As PopUpCalculatorInfo
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public Image BackgroundImage {get; set;}

プロパティ値

ポップアップウィンドウの背景に表示する画像を表すSystem.Drawing.Image
デフォルト値はnull 参照 (Visual Basicでは Nothing)です。
参照

PopUpCalculatorInfo クラス
PopUpCalculatorInfo メンバ

 

 


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