ToolboxItem::Locked Property

 

Gets a value indicating whether the ToolboxItem is currently locked.

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

public:
property bool Locked {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the toolbox item is locked; otherwise, false.

When a ToolboxItem is locked, you cannot adjust its properties.

.NET Framework
Available since 1.1
Return to top
Show: