ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1.Win.C1TrueDBGrid.Style.ResetForeGroundPicturePosition Method

Resets ForeGroundPicturePosition to its default value.

[Visual Basic]

Public Sub ResetForeGroundPicturePosition()

[C#]

public void ResetForeGroundPicturePosition()

[Delphi]

public procedure ResetForeGroundPicturePosition();

Example

The following code resets the ForeGroundPicturePosition property to LeftOfText:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(0).DisplayColumns(1).HeadingStyle.ResetForeGroundPicturePosition()

·      C#

       this.c1TrueDBGrid1.Splits[0].DisplayColumns[1].HeadingStyle.ResetForeGroundPicturePosition();

·      Delphi

       Self.C1TrueDBGrid1.Splits[0].DisplayColumns[1].HeadingStyle.ResetForeGroundPicturePosition;

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.