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


In This Topic
    ShouldBeVisible Method (NTextStylePicker)
    In This Topic
    Gets whether the given style should be displayed in this picker.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ShouldBeVisible( _
       ByVal style As NRichTextStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTextStylePicker
    Dim style As NRichTextStyle
    Dim value As System.Boolean
     
    value = instance.ShouldBeVisible(style)
    protected override System.bool ShouldBeVisible( 
       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