See Also

Border Class  | Border Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Color Property

Sets or returns the color of a control's border.

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

Return Type

System.Drawing.Color.

Example

[C#] 

Private void GroupHeader1_Format(object sender, System.EventArgs eArgs) 

    this.txtShipCountry.Border.Color = System.Drawing.Color.Purple; 
}

[Visual Basic] 

Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format
    Me.txtShipCountry.Border.Color = System.Drawing.Color.Purple
End Sub

See Also

Border Class  | Border Members

 

 


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