See Also

ARControl Class  | ARControl Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

SendToBack Method

Sends the control to the back of the z-order.

[Visual Basic]
Public Sub SendToBack()
[C#]
public void SendToBack();

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Barcode1.SendToBack(); 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Barcode1.SendToBack()
End Sub

See Also

ARControl Class  | ARControl Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.