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


In This Topic
    CreateCell Method (NTextStylePicker)
    In This Topic
    Creates a cell for this picker.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateCell( _
       ByVal style As NRichTextStyle _
    ) As NRichTextStylePickerCell
    'Usage
     
    
    Dim instance As NTextStylePicker
    Dim style As NRichTextStyle
    Dim value As NRichTextStylePickerCell
     
    value = instance.CreateCell(style)
    protected override 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