C# 클래스 CustomListView.ListViewEx.SubItem

This class is used to represent a listview subitem.
파일 보기 프로젝트 열기: powerumc/vsgesture

공개 프로퍼티들

프로퍼티 타입 설명
col int
row int

공개 메소드들

메소드 설명
SubItem ( int row, int col ) : System

Parameterized contructor

메소드 상세

SubItem() 공개 메소드

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

프로퍼티 상세

col 공개적으로 프로퍼티

Subitem index
public int col
리턴 int

row 공개적으로 프로퍼티

Item index
public int row
리턴 int