Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroup Class / GetContentSize Method


In This Topic
    GetContentSize Method
    In This Topic
    Gets the size of this ribbon group's items, when the group is in the given state or the size of the collapsed drop down if the given state is "Collapsed".
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetContentSize( _
       ByVal state As System.Integer _
    ) As NSize
    'Usage
     
    
    Dim instance As NRibbonGroup
    Dim state As System.Integer
    Dim value As NSize
     
    value = instance.GetContentSize(state)
    protected virtual NSize GetContentSize( 
       System.int state
    )

    Parameters

    state
    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