ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1.Win.C1TrueDBGrid.Style.ResetLocked Method

Resets Locked to its default value.

[Visual Basic]

Public Sub ResetLocked()

[C#]

public void ResetLocked()

[Delphi]

public procedure ResetLocked();

Example

The following code resets the Locked property to False:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(0).Style.ResetLocked()

·      C#

       this.c1TrueDBGrid1.Splits[0].Style.ResetLocked();

·      Delphi

       Self.C1TrueDBGrid1.Splits[0].Style.ResetLocked;

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.