Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextStyle Class / AddUserClassCondition Method


In This Topic
    AddUserClassCondition Method (NRichTextStyle)
    In This Topic
    Adds the user class condition of this rich text style to the given selector builder.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddUserClassCondition( _
       ByVal sb As NSelectorBuilder _
    ) 
    'Usage
     
    
    Dim instance As NRichTextStyle
    Dim sb As NSelectorBuilder
     
    instance.AddUserClassCondition(sb)
    protected virtual void AddUserClassCondition( 
       NSelectorBuilder sb
    )

    Parameters

    sb
    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