C# Class CustomListView.ListViewEx.SubItem

This class is used to represent a listview subitem.
Mostrar archivo Open project: powerumc/vsgesture

Public Properties

Property Type Description
col int
row int

Public Methods

Method Description
SubItem ( int row, int col ) : System

Parameterized contructor

Method Details

SubItem() public method

Parameterized contructor
public SubItem ( int row, int col ) : System
row int
col int
return System

Property Details

col public_oe property

Subitem index
public int col
return int

row public_oe property

Item index
public int row
return int