Specifies whether an overflow marker must be shown if the text does not fit.

Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Remarks

By default this value is true.

See Also