ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / SetDisplayRectLocation Method

In This Topic
    SetDisplayRectLocation Method (DropDownFormBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetDisplayRectLocation( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    protected void SetDisplayRectLocation( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also