Nevron Open Vision Documentation
Nevron.Nov.Text.UI Namespace / NRichTextContextMenuBuilder Class / ShowMiniToolbar Property


In This Topic
    ShowMiniToolbar Property (NRichTextContextMenuBuilder)
    In This Topic
    Whether the context menu will also contain the mini toolbar
    Syntax
    'Declaration
     
    
    Public Property ShowMiniToolbar As System.Boolean
    'Usage
     
    
    Dim instance As NRichTextContextMenuBuilder
    Dim value As System.Boolean
     
    instance.ShowMiniToolbar = value
     
    value = instance.ShowMiniToolbar
    public System.bool ShowMiniToolbar {get; set;}
    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