Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextStylePickerCell Class / EditorWindowTitle Property


In This Topic
    EditorWindowTitle Property
    In This Topic
    Gets the title of the editor window, which is shown for editing a style or creating a new one.
    Syntax
    'Declaration
     
    
    Protected MustOverride ReadOnly Property EditorWindowTitle As System.String
    'Usage
     
    
    Dim instance As NRichTextStylePickerCell
    Dim value As System.String
     
    value = instance.EditorWindowTitle
    protected abstract System.string EditorWindowTitle {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also