ToolboxItem.CheckUnlocked Method

Definition

Throws an exception if the toolbox item is currently locked.

protected:
 void CheckUnlocked();
protected void CheckUnlocked ();
member this.CheckUnlocked : unit -> unit
Protected Sub CheckUnlocked ()

Exceptions

Remarks

The CheckUnlocked method throws an InvalidOperationException if the Locked property of the ToolboxItem is set to true.

Applies to

See also