Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / Float Method
position to which to float


In This Topic
    Float Method (NCommandBar)
    In This Topic
    Floats the command bar to the specified screen location.
    Syntax
    'Declaration
     
    
    Public Overridable Function Float( _
       ByVal screenPos As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCommandBar
    Dim screenPos As NPoint
    Dim value As System.Boolean
     
    value = instance.Float(screenPos)
    public virtual System.bool Float( 
       NPoint screenPos
    )

    Parameters

    screenPos
    position to which to float

    Return Value

    true if successfully floated, otherwise false
    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