Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextStylePicker Class / CreateCell Method


In This Topic
    CreateCell Method (NRichTextStylePicker)
    In This Topic
    Creates a cell for this picker.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateCell( _
       ByVal style As NRichTextStyle _
    ) As NRichTextStylePickerCell
    'Usage
     
    
    Dim instance As NRichTextStylePicker
    Dim style As NRichTextStyle
    Dim value As NRichTextStylePickerCell
     
    value = instance.CreateCell(style)
    protected abstract NRichTextStylePickerCell CreateCell( 
       NRichTextStyle style
    )

    Parameters

    style
    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