If true, an overflow marker will be shown if text cannot be displayed entirely in a widget.

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

Syntax

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

Remarks

Please note that overflow markers can be enabled and disabled independently by changing the ShowOverflowMarker property of the TextBoxInteractor class. Changing the ShowOverflowMarker property of the StandardPagesViewer will set or clear the ShowOverflowMarker property of all text box interactors in the document.

See Also