C# Class MultiRemoteDesktopClient.Controls.TreeListViewControlHooks

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Méthodes publiques

Méthode Description
AddControlForEmptyListItem ( Object ctrl ) : void
AddControlForItemSelection ( Object ctrl ) : void
EnableControls ( bool enable ) : void
TreeListViewControlHooks ( TreeListView &tlv ) : System

Private Methods

Méthode Description
EnableControls ( bool enable, Object ctrl ) : void
tlv_MouseClick ( object sender, MouseEventArgs e ) : 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

EnableControls() public méthode

public EnableControls ( bool enable ) : void
enable bool
Résultat void

TreeListViewControlHooks() public méthode

public TreeListViewControlHooks ( TreeListView &tlv ) : System
tlv TreeListView
Résultat System