ActiveReports 9
Color Property (Border)
Example 

Sets or returns the color of a control's border.
Syntax
'Declaration
 
Public Property Color As Color
public Color Color {get; set;}

Property Value

System.Drawing.Color.
Example
Private void GroupHeader1_Format(object sender, System.EventArgs eArgs)
{
    this.txtShipCountry.Border.Color = System.Drawing.Color.Purple;
}
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Border Class
Border Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum