Compartir a través de


ListViewItemPresenter.CheckBoxPointerOverBrush Propiedad

Definición

Obtiene o establece el pincel utilizado para representar la casilla cuando el puntero está sobre él.

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

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

Valor de propiedad

Pincel usado para representar la casilla cuando el puntero está sobre él.

Se aplica a