コンストラクタ

Namespace: FVIL.Forms
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public TenKey(
	int value,
	int min,
	int max,
	string format
)
Visual Basic
Public Sub New ( 
	value As Integer,
	min As Integer,
	max As Integer,
	format As String
)

Parameters

value
Type: System..::..Int32
初期値
min
Type: System..::..Int32
最小値
max
Type: System..::..Int32
最大値
format
Type: System..::..String
文字変換書式 (ToString に指定する書式と同様です。特になければ空文字で構いません。)

See Also