Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / GetMinimalExtend Method


In This Topic
    GetMinimalExtend Method (NCommandBar)
    In This Topic
    Get the minimal width/height of the command bar depending on its orientation, when it resides in a lane, below which the lane is not allowed to shrink the bar.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetMinimalExtend() As System.Double
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As System.Double
     
    value = instance.GetMinimalExtend()
    public virtual System.double GetMinimalExtend()
    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