DrawListViewItemEventArgs.DrawBackground 方法

定义

使用 ListViewItem 的当前背景色绘制它的背景。

public:
 void DrawBackground();
public void DrawBackground ();
member this.DrawBackground : unit -> unit
Public Sub DrawBackground ()

注解

使用此方法绘制使用属性的 ListViewItem.BackColor 当前值的标准背景。 绘制背景以填充属性指定的 Bounds 区域。

适用于

另请参阅