ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / BasePanel Class / AlignVertically Method

In This Topic
    AlignVertically Method (BasePanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub AlignVertically( _
       ByVal r As System.Drawing.Rectangle, _
       ByVal align As Alignment, _
       ByVal first As System.Integer, _
       ByVal count As System.Integer _
    ) 
    protected void AlignVertically( 
       System.Drawing.Rectangle r,
       Alignment align,
       System.int first,
       System.int count
    )

    Parameters

    r
    align
    first
    count
    See Also