C# Class Opc.Ua.Client.Controls.NumericValueEditDlg

A dialog to edit a numeric value.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
NumericValueEditDlg ( ) : System

Initializes a new instance of the NumericValueEditDlg class.

ShowDialog ( object value, Type type ) : object

Displays the dialog.

Private Methods

Method Description
SetLimits ( Type type ) : void

Sets the limits according to the data type.

Method Details

NumericValueEditDlg() public method

Initializes a new instance of the NumericValueEditDlg class.
public NumericValueEditDlg ( ) : System
return System

ShowDialog() public method

Displays the dialog.
public ShowDialog ( object value, Type type ) : object
value object
type System.Type
return object