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.20.0

Syntax

C#
public bool IsEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsEnabled As Boolean

See Also