C# Class SystemEx.Windows.Forms.ListView

Inheritance: System.Windows.Forms.ListView
Mostra file Open project: pvginkel/SystemEx

Private Properties

Property Type Description

Public Methods

Method Description
AutoResizeColumns ( ) : void
ListView ( ) : System

Protected Methods

Method Description
OnNotifyMessage ( Message m ) : void
WndProc ( Message &m ) : void

Method Details

AutoResizeColumns() public method

public AutoResizeColumns ( ) : void
return void

ListView() public method

public ListView ( ) : System
return System

OnNotifyMessage() protected method

protected OnNotifyMessage ( Message m ) : void
m System.Windows.Forms.Message
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void