C# Class NiceHashMiner.Forms.Components.Field

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: nicehash/NiceHashMiner

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

Field() public method

public Field ( ) : System
return System

InitLocale() public method

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

SetInputModeDoubleOnly() public method

public SetInputModeDoubleOnly ( ) : void
return void

SetInputModeIntOnly() public method

public SetInputModeIntOnly ( ) : void
return void

SetOnTextChanged() public method

public SetOnTextChanged ( EventHandler textChanged ) : void
textChanged EventHandler
return void

SetOnTextLeave() public method

public SetOnTextLeave ( EventHandler textLeave ) : void
textLeave EventHandler
return void