Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


ListViewItem.ListViewSubItem Constructors

Definition

Initializes a new instance of the ListViewItem.ListViewSubItem class.

Overloads

ListViewItem.ListViewSubItem()

Initializes a new instance of the ListViewItem.ListViewSubItem class with default values.

ListViewItem.ListViewSubItem(ListViewItem, String)

Initializes a new instance of the ListViewItem.ListViewSubItem class with the specified owner and text.

ListViewItem.ListViewSubItem(ListViewItem, String, Color, Color, Font)

Initializes a new instance of the ListViewItem.ListViewSubItem class with the specified owner, text, foreground color, background color, and font values.

ListViewItem.ListViewSubItem()

Source:
ListViewItem.ListViewSubItem.cs
Source:
ListViewItem.ListViewSubItem.cs
Source:
ListViewItem.ListViewSubItem.cs

Initializes a new instance of the ListViewItem.ListViewSubItem class with default values.

public ListViewSubItem ();

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

ListViewItem.ListViewSubItem(ListViewItem, String)

Source:
ListViewItem.ListViewSubItem.cs
Source:
ListViewItem.ListViewSubItem.cs
Source:
ListViewItem.ListViewSubItem.cs

Initializes a new instance of the ListViewItem.ListViewSubItem class with the specified owner and text.

public ListViewSubItem (System.Windows.Forms.ListViewItem owner, string text);
public ListViewSubItem (System.Windows.Forms.ListViewItem owner, string? text);
public ListViewSubItem (System.Windows.Forms.ListViewItem? owner, string? text);

Parameters

owner
ListViewItem

A ListViewItem that represents the item that owns the subitem.

text
String

The text to display for the subitem.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

ListViewItem.ListViewSubItem(ListViewItem, String, Color, Color, Font)

Source:
ListViewItem.ListViewSubItem.cs
Source:
ListViewItem.ListViewSubItem.cs
Source:
ListViewItem.ListViewSubItem.cs

Initializes a new instance of the ListViewItem.ListViewSubItem class with the specified owner, text, foreground color, background color, and font values.

public ListViewSubItem (System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font);
public ListViewSubItem (System.Windows.Forms.ListViewItem owner, string? text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font);
public ListViewSubItem (System.Windows.Forms.ListViewItem? owner, string? text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font);

Parameters

owner
ListViewItem

A ListViewItem that represents the item that owns the subitem.

text
String

The text to display for the subitem.

foreColor
Color

A Color that represents the foreground color of the subitem.

backColor
Color

A Color that represents the background color of the subitem.

font
Font

A Font that represents the font to display the subitem's text in.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9