ToolboxItem.Locked 屬性

定義

取得值,指出 ToolboxItem 目前是否已鎖定。

protected:
 property bool Locked { bool get(); };
public:
 virtual property bool Locked { bool get(); };
protected bool Locked { get; }
public virtual bool Locked { get; }
member this.Locked : bool
Protected ReadOnly Property Locked As Boolean
Public Overridable ReadOnly Property Locked As Boolean

屬性值

Boolean

如果工具箱項目被鎖定,則為 true,否則為 false

備註

ToolboxItem鎖定時,您無法調整其屬性。

適用於

另請參閱