Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupBuilder Class / m_Icon Field


In This Topic
    m_Icon Field
    In This Topic
    The icon of the ribbon group. This is the image shown when the ribbon group is in collapsed state.
    Syntax
    'Declaration
     
    
    Protected m_Icon As NImage
    'Usage
     
    
    Dim instance As NRibbonGroupBuilder
    Dim value As NImage
     
    value = instance.m_Icon
     
    instance.m_Icon = value
    protected NImage m_Icon
    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