コンストラクタ

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

Syntax

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

Parameters

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

See Also