Share via


ListViewItemPresenter.SelectedDisabledBackground 属性

定义

获取或设置用于呈现已禁用列表视图项的背景的画笔(在选中时)。

public:
 property Brush ^ SelectedDisabledBackground { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedDisabledBackground();

void SelectedDisabledBackground(Brush value);
public Brush SelectedDisabledBackground { get; set; }
var brush = listViewItemPresenter.selectedDisabledBackground;
listViewItemPresenter.selectedDisabledBackground = brush;
Public Property SelectedDisabledBackground As Brush

属性值

用于在已禁用列表视图项被选中时呈现其背景的画笔。

适用于