コントロールの生成

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

Syntax

C#
UserControl Create(
	CFviImageView view,
	params Object[] options
)
Visual Basic
Function Create ( 
	view As CFviImageView,
	ParamArray options As Object()
) As UserControl

Parameters

view
Type: FVIL.Forms..::..CFviImageView
描画先
options
Type: array<System..::..Object>[]()[][]
追加のパラメータ

Return Value

Type: UserControl
生成されたコントロールを返します。

See Also