ToolboxItemContainer::IsCreated Property

 

Gets a value indicating whether the underlying toolbox item has been deserialized.

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

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

Property Value

Type: System::Boolean

true if the underlying toolbox item has been deserialized; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: