C# Class NetIde.Util.Forms.FileBrowserBase

Inheritance: BrowserControl
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FileBrowserBase ( ) : System

Méthodes protégées

Méthode Description
OnAllowFilesChanged ( EventArgs e ) : void
OnBrowse ( EventArgs e ) : void
OnPathChanged ( EventArgs e ) : void
OnReadOnlyChanged ( EventArgs e ) : void

Method Details

FileBrowserBase() public méthode

public FileBrowserBase ( ) : System
Résultat System

OnAllowFilesChanged() protected méthode

protected OnAllowFilesChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnBrowse() protected méthode

protected OnBrowse ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPathChanged() protected méthode

protected OnPathChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnReadOnlyChanged() protected méthode

protected OnReadOnlyChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void