See Also

OleObject Class  | OleObject Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

BackColor Property

Gets or sets the background color of the control area.

[Visual Basic]
Public Property BackColor As Color
[C#]
public Color BackColor {get; set;}

Return Type

System.Drawing.Color.

Example

[C#] 

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

    this.OleObject1.CreateFrom("C:\\MailAliases.xls"); 
    this.OleObject1.BackColor=System.Drawing.Color.OrangeRed; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.OleObject1.CreateFrom("C:\MailAliases.xls")
    Me.OleObject1.BackColor = System.Drawing.Color.CornflowerBlue
End Sub

See Also

OleObject Class  | OleObject Members

 

 


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