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


背景画像を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImage As Image
'使用法
 
Dim instance As DropDownEditorInfo
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public Image BackgroundImage {get; set;}

プロパティ値

ドロップダウンウィンドウの背景に表示する画像を表す System.Drawing.Image
既定値は null 参照 (Visual Basicでは Nothing) です。
参照

DropDownEditorInfo クラス
DropDownEditorInfo メンバ

 

 


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