IExplorerListViewItemRenderer.DrawItem Metodo

Definizione

Esegue il rendering del contenuto della cella di visualizzazione dell'elenco nel visualizzatore.

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)

Parametri

g
Graphics

Oggetto che rappresenta le immagini.

r
Rectangle

Limite delle celle del rettangolo.

text
String

Valore stringa degli oggetti nell'elenco.

tag
Object

Oggetti contenuti.

item
ListViewItem

Elemento nell'elenco.

Si applica a