C# 클래스 TverDownloader.ListViewEx

상속: ListView
파일 보기 프로젝트 열기: k0ta0uchi/TverDownloader

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ListViewEx ( ) : System

Constructor

보호된 메소드들

메소드 설명
WndProc ( Message &k_Msg ) : void

The messages WM_MEASUREITEM and WM_DRAWITEM are sent to the parent control rather than to the ListView itself. They come here as WM_REFLECT + WM_MEASUREITEM and WM_REFLECT + WM_DRAWITEM They are sent from Control.WmOwnerDraw() --> Control.ReflectMessageInternal()

메소드 상세

ListViewEx() 공개 메소드

Constructor
public ListViewEx ( ) : System
리턴 System

WndProc() 보호된 메소드

The messages WM_MEASUREITEM and WM_DRAWITEM are sent to the parent control rather than to the ListView itself. They come here as WM_REFLECT + WM_MEASUREITEM and WM_REFLECT + WM_DRAWITEM They are sent from Control.WmOwnerDraw() --> Control.ReflectMessageInternal()
protected WndProc ( Message &k_Msg ) : void
k_Msg Message
리턴 void