解放の拒否 [初期値:false、範囲:true解放を拒否する、false:解放を許可する]

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

Syntax

C#
bool DenyDisposing { get; set; }
Visual Basic
Property DenyDisposing As Boolean
	Get
	Set

Return Value

Type: Boolean

解放を拒否する場合は true を返します。 それ以外は false を返します。

See Also