IDesignerHost.InTransaction Property

Definition

Gets a value indicating whether the designer host is currently in a transaction.

public:
 property bool InTransaction { bool get(); };
public bool InTransaction { get; }
member this.InTransaction : bool
Public ReadOnly Property InTransaction As Boolean

Property Value

true if a transaction is in progress; otherwise, false.

Applies to