ToolboxItemContainer::IsTransient Property

 

Gets a value indicating if the ToolboxItem contained in the ToolboxItemContainer is transient.

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

public:
property bool IsTransient {
	bool get();
}

Property Value

Type: System::Boolean

true, if the ToolboxItem contained in the ToolboxItemContainer is marked as transient; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: