ToolboxItemContainer.IsCreated Property

Definition

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

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

Property Value

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

Applies to