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

リスト内のアイテムです。

適用対象