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


ドロップダウンエディットウィンドウの境界線の色を取得または設定します。
構文
'Declaration
 
Public Property SingleBorderColor As Color
'使用法
 
Dim instance As DropDownEditorInfo
Dim value As Color
 
instance.SingleBorderColor = value
 
value = instance.SingleBorderColor
public Color SingleBorderColor {get; set;}

プロパティ値

一重境界線の色を示す System.Drawing.Color 値。
既定値は System.Drawing.SystemColors.WindowFrame です。
例外
例外説明
System.ArgumentException値が有効ではありません。
解説
この色は、DropDownEditor.BorderStyleSystem.Windows.Forms.BorderStyle.FixedSingle のときにのみ有効です。
参照

DropDownEditorInfo クラス
DropDownEditorInfo メンバ

 

 


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