オーバレイの可視属性の取得

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

Syntax

C#
public virtual bool GetOverlayEnable(
	int id
)
Visual Basic
Public Overridable Function GetOverlayEnable ( 
	id As Integer
) As Boolean

Parameters

id
Type: System..::..Int32
オーバレイID

Return Value

Type: Boolean
指定されたオーバレイIDに該当するオーバレイの可視属性を取得します。
可視であれば true、非可視であれば false が返ります。

See Also