ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / SetZOrder Method
Determines whether the field is brought to the front or sent to the back of the ZOrder.

In This Topic
    SetZOrder Method
    In This Topic
    Brings a field to the front or sends it to the back of the ZOrder.
    Syntax
    'Declaration
     
    Public Sub SetZOrder( _
       ByVal front As System.Boolean _
    ) 
    public void SetZOrder( 
       System.bool front
    )

    Parameters

    front
    Determines whether the field is brought to the front or sent to the back of the ZOrder.
    See Also