C# 클래스 Opc.Ua.Client.Controls.NumericValueEditDlg

A dialog to edit a numeric value.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
NumericValueEditDlg ( ) : System

Initializes a new instance of the NumericValueEditDlg class.

ShowDialog ( object value, Type type ) : object

Displays the dialog.

비공개 메소드들

메소드 설명
SetLimits ( Type type ) : void

Sets the limits according to the data type.

메소드 상세

NumericValueEditDlg() 공개 메소드

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

ShowDialog() 공개 메소드

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