Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / INRibbonWidget Interface / GetSize Method


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