C# Class NiceHashMiner.Forms.Components.Field

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nicehash/NiceHashMiner

Méthodes publiques

Méthode Description
Field ( ) : System
InitLocale ( ToolTip toolTip1, string infoLabel, string infoMsg ) : void
SetInputModeDoubleOnly ( ) : void
SetInputModeIntOnly ( ) : void
SetOnTextChanged ( EventHandler textChanged ) : void
SetOnTextLeave ( EventHandler textLeave ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

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

Field() public méthode

public Field ( ) : System
Résultat System

InitLocale() public méthode

public InitLocale ( ToolTip toolTip1, string infoLabel, string infoMsg ) : void
toolTip1 System.Windows.Forms.ToolTip
infoLabel string
infoMsg string
Résultat void

SetInputModeDoubleOnly() public méthode

public SetInputModeDoubleOnly ( ) : void
Résultat void

SetInputModeIntOnly() public méthode

public SetInputModeIntOnly ( ) : void
Résultat void

SetOnTextChanged() public méthode

public SetOnTextChanged ( EventHandler textChanged ) : void
textChanged EventHandler
Résultat void

SetOnTextLeave() public méthode

public SetOnTextLeave ( EventHandler textLeave ) : void
textLeave EventHandler
Résultat void