메소드 | 설명 | |
---|---|---|
DirectoryViewer ( MainForm mainForm, IHost host ) : System |
Initializes a new instance of the DirectoryViewer class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Nettoyage des ressources utilisées.
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.
|
|
MakeItem ( TreeNode node ) : ListViewItem |
Creates a System.Windows.Forms.ListViewItem for the corresponding System.Windows.Forms.TreeNode.
|
|
UpdateView ( ) : void |
Updates the view. This will be called when the viewed directory has changed. |
|
listView_CacheVirtualItems ( object sender, CacheVirtualItemsEventArgs e ) : void |
Handles the CacheVirtualItems event of the listView control.
|
|
listView_ItemActivate ( object sender, EventArgs e ) : void |
Handles the ItemActivate event of the listView control.
|
|
listView_RetrieveVirtualItem ( object sender, RetrieveVirtualItemEventArgs e ) : void |
Handles the RetrieveVirtualItem event of the listView control.
|
|
listView_SearchForVirtualItem ( object sender, SearchForVirtualItemEventArgs e ) : void |
Handles the SearchForVirtualItem event of the listView control. This will be used for keyboard search, which is an important UI feature. |
public DirectoryViewer ( MainForm mainForm, IHost host ) : System | ||
mainForm | MainForm | The main form. |
host | IHost | The host object. |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true si les ressources managées doivent être supprimées ; sinon, false. |
리턴 | void |