Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGallery Class / GetSize Method


In This Topic
    GetSize Method (NRibbonGallery)
    In This Topic
    Gets the size of the widget when in the given state.
    Syntax
    'Declaration
     
    
    Public Function GetSize( _
       ByVal state As System.Integer _
    ) As NSize
    'Usage
     
    
    Dim instance As NRibbonGallery
    Dim state As System.Integer
    Dim value As NSize
     
    value = instance.GetSize(state)
    public NSize GetSize( 
       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