Resets the BackgroundImage to its default value.
[Visual Basic]
Public Sub ResetBackgroundImage()
[C#]
public void ResetBackgroundImage()
[Delphi]
public procedure ResetBackgroundImage();
Example
The following code resets the BackgroundImage property:
Me.C1TrueDBGrid1.Splits(0).Style.ResetBackgroundImage()
· C#
this.c1TrueDBGrid1.Splits[0].Style.ResetBackgroundImage();
· Delphi
Self.C1TrueDBGrid1.Splits[0].Style.ResetBackgroundImage;
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. |