MetroListViewItem Constructor (String, String)

Initializes a new instance of the MetroListViewItem class with the text of the list view item and the image selector.

Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)

Usage

'Usage
Dim text As String
Dim imageSelector As String

Dim instance As New MetroListViewItem(text, imageSelector)

Syntax

'Declaration
Public Sub New ( _
    text As String, _
    imageSelector As String _
)
public MetroListViewItem (
    string text,
    string imageSelector
)
public:
MetroListViewItem (
    String^ text, 
    String^ imageSelector
)
public MetroListViewItem (
    String text, 
    String imageSelector
)
public function MetroListViewItem (
    text : String, 
    imageSelector : String
)

Parameters

  • text
    The text of the list view item.
  • imageSelector
    The image selector for the list view item.

Remarks

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

MetroListViewItem Class
MetroListViewItem Members
Microsoft.WindowsServerSolutions.Controls Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.