マウスグリップの有効属性 [既定:false]

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

Syntax

C#
public bool EnableMouseGrip { get; set; }
Visual Basic
Public Property EnableMouseGrip As Boolean
	Get
	Set

Return Value

Type: Boolean

マウスでグリップして画像をスクロールするか否かの属性の取得または設定を行います。

See Also