C# Class mRemoteNG.UI.Forms.frmOptions

Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

Méthode Description
frmOptions ( ) : System
frmOptions ( string pn ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddOptionsPagesToListView ( ) : void
ApplyLanguage ( ) : void
CompileListOfOptionsPages ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetImageListForListView ( ) : void
SetInitiallyActivatedPage ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void
frmOptions_Load ( object sender, EventArgs e ) : void
lstOptionPages_ItemSelectionChanged ( object sender, ListViewItemSelectionChangedEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

frmOptions() public méthode

public frmOptions ( ) : System
Résultat System

frmOptions() public méthode

public frmOptions ( string pn ) : System
pn string
Résultat System