Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDesktopToolbar Class / AppBarQueryPos Method
The modified bounds.


In This Topic
    AppBarQueryPos Method
    In This Topic
    Queries the bounds of the Form when already registered as an APPBAR. The system may modify these to fit with other APPBARs or the TASKBAR.
    Syntax
    'Declaration
     
    
    Protected Sub AppBarQueryPos( _
       ByRef r As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NDesktopToolbar
    Dim r As System.Drawing.Rectangle
     
    instance.AppBarQueryPos(r)
    protected void AppBarQueryPos( 
       ref System.Drawing.Rectangle r
    )

    Parameters

    r
    The modified bounds.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also