ToolboxItem.IsTransient Property

 

Gets a value indicating whether the toolbox item is transient.

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

public bool IsTransient { get; set; }

Property Value

Type: System.Boolean

true, if this toolbox item should not be stored in any toolbox database when an application that is providing a toolbox closes; otherwise, false.

The IsTransient property defaults to false.

.NET Framework
Available since 2.0
Return to top
Show: