ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1.Win.C1TrueDBGrid.Style.ResetForeColor Method

Resets ForeColor to its default value.

[Visual Basic]

Public Sub ResetForeColor()

[C#]

public void ResetForeColor()

[Delphi]

public procedure ResetForeColor();

Example

The following example resets the ForeColor of the grid:

·      Visual Basic

       Me.C1TrueDBGrid1.Style.ResetForeColor()

·      C#

       this.c1TrueDBGrid1.Style.ResetForeColor();

·      Delphi

       Self.C1TrueDBGrid1.Style.ResetForeColor;

See Also

C1.Win.C1TrueDBGrid.Style Class | C1.Win.C1TrueDBGrid.Style Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.