Create a text widget interactor.
Namespace: TallComponents.Interaction.WinForms.FactoriesAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected virtual WinFormsInteractor CreateMultiLineTextBoxInteractor( Widget textWidget, bool AllowScroll ) |
| Visual Basic |
|---|
Protected Overridable Function CreateMultiLineTextBoxInteractor ( _ textWidget As Widget, _ AllowScroll As Boolean _ ) As WinFormsInteractor |
Parameters
- textWidget
- Type: TallComponents.PDF.Annotations.Widgets..::..Widget
The PDF text widget.
- AllowScroll
- Type: System..::..Boolean
Whether scrolling is allowes.