Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTooltipController Class / HasRequest Method
The control to examine.


In This Topic
    HasRequest Method
    In This Topic
    Determines whether the specified control has a request for displaying a tip.
    Syntax
    'Declaration
     
    
    Public Function HasRequest( _
       ByVal c As System.Windows.Forms.Control _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTooltipController
    Dim c As System.Windows.Forms.Control
    Dim value As System.Boolean
     
    value = instance.HasRequest(c)
    public System.bool HasRequest( 
       System.Windows.Forms.Control c
    )

    Parameters

    c
    The control to examine.
    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