Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextStylePickerCell Class / CreatePreview Method


In This Topic
    CreatePreview Method (NRichTextStylePickerCell)
    In This Topic
    Creates a preview of the style represented by this cell.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreatePreview() As NStylePreview
    'Usage
     
    
    Dim instance As NRichTextStylePickerCell
    Dim value As NStylePreview
     
    value = instance.CreatePreview()
    protected abstract NStylePreview CreatePreview()
    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