C# Class MultiRemoteDesktopClient.Controls.ListViewEx

Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Private Properties

Свойство Type Description
EnableControls void

Méthodes publiques

Méthode Description
AddControlForEmptyListItem ( Object ctrl ) : void
AddControlForItemSelection ( Object ctrl ) : void
ListViewEx ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
EnableControls ( bool enable, Object ctrl ) : void

Method Details

AddControlForEmptyListItem() public méthode

public AddControlForEmptyListItem ( Object ctrl ) : void
ctrl Object
Résultat void

AddControlForItemSelection() public méthode

public AddControlForItemSelection ( Object ctrl ) : void
ctrl Object
Résultat void

ListViewEx() public méthode

public ListViewEx ( ) : System
Résultat System

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void