コンストラクタ

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

Syntax

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

Parameters

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

See Also