ToolStripItemCollection::IsReadOnly Property

 

Gets a value indicating whether the ToolStripItemCollection is read-only.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool IsReadOnly {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the ToolStripItemCollection is read-only; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: