ListViewItemPresenter.CheckBoxDisabledBorderBrush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the brush used to render the border of the check box when it's disabled.
public:
property Brush ^ CheckBoxDisabledBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush CheckBoxDisabledBorderBrush();
void CheckBoxDisabledBorderBrush(Brush value);
public Brush CheckBoxDisabledBorderBrush { get; set; }
var brush = listViewItemPresenter.checkBoxDisabledBorderBrush;
listViewItemPresenter.checkBoxDisabledBorderBrush = brush;
Public Property CheckBoxDisabledBorderBrush As Brush
Property Value
The brush used to render the border of the check box when it's disabled.