Controls whether this layer is enabled. If false, the interactor behaves as if without the layer.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

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

See Also