VintaSoft Imaging .NET SDK 14.0: 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
    
    
    public __gc abstract class TextEditorControllerBase<T> : public InteractionControllerBase<T*>*, [訙]
    where T: IInteractiveObject*
    
    
    generic<typename T>
    public ref class TextEditorControllerBase abstract : public InteractionControllerBase<T^>^, [訙]
    where T: IInteractiveObject^
    
    

    Type Parameters

    T
    A type of interactive object.
    Inheritance Hierarchy
    Requirements

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

    See Also