IExplorerListViewItemRenderer.DrawItem 메서드

정의

탐색기에서 목록 뷰 셀의 내용을 렌더링합니다.

public:
 void DrawItem(System::Drawing::Graphics ^ g, System::Drawing::Rectangle r, System::String ^ text, System::Object ^ tag, System::Windows::Forms::ListViewItem ^ item);
public void DrawItem (System.Drawing.Graphics g, System.Drawing.Rectangle r, string text, object tag, System.Windows.Forms.ListViewItem item);
abstract member DrawItem : System.Drawing.Graphics * System.Drawing.Rectangle * string * obj * System.Windows.Forms.ListViewItem -> unit
Public Sub DrawItem (g As Graphics, r As Rectangle, text As String, tag As Object, item As ListViewItem)

매개 변수

g
Graphics

그래픽을 나타내는 개체입니다.

r
Rectangle

사각형의 셀 경계입니다.

text
String

목록 내 개체의 문자열 값입니다.

tag
Object

포함할 개체입니다.

item
ListViewItem

목록의 항목입니다.

적용 대상