IDesignerHostTransactionState::IsClosingTransaction Property

 

Gets a value indicating whether the designer host is closing a transaction.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

property bool IsClosingTransaction {
	bool get();
}

Property Value

Type: System::Boolean

true if the designer is closing a transaction; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: