C# Class TverDownloader.ListViewEx

Inheritance: ListView
Show file Open project: k0ta0uchi/TverDownloader

Private Properties

Property Type Description

Public Methods

Method Description
ListViewEx ( ) : System

Constructor

Protected Methods

Method Description
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()

Method Details

ListViewEx() public method

Constructor
public ListViewEx ( ) : System
return System

WndProc() protected method

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
return void