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