VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / TextEditorControllerBase<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
TextEditorControllerBase<T> Class
In This Topic
Provides a base class for the text editor controller.
Object Model
InteractionArea TextEditorControllerBase<T>
Syntax
'Declaration

Public MustInherit Class TextEditorControllerBase(Of T
A type of interactive object.
As IInteractiveObject) Inherits InteractionControllerBase(Of T) Implements [轡]
public abstract class TextEditorControllerBase<T> : InteractionControllerBase<T>, [轡]
where T: IInteractiveObject

Type Parameters

T
A type of interactive object.
Inheritance Hierarchy
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also