'Declaration Public Property SelectedForeColor As Color
'Declaration
Public Property SelectedForeColor As Color
public Color SelectedForeColor {get; set;}
このプロパティを色値に設定し、選択したリストボックス項目に別のテキスト色を表示します。
選択したリストボックス項目の背景色を設定するには、SelectedBackColorプロパティを使用します。
ListBoxRenderer クラス ListBoxRenderer メンバ SelectedBackColor プロパティ
© 2003-2015, GrapeCity inc. All rights reserved.