ToolWindowPane.ToolClsid Property

Definition

This is used to specify the CLSID of a tool that should be used for this toolwindow

public:
 property Guid ToolClsid { Guid get(); void set(Guid value); };
public Guid ToolClsid { get; set; }
member this.ToolClsid : Guid with get, set
Public Property ToolClsid As Guid

Property Value

The CLSID of the tool.

Remarks

The value can be set only if Frame is null.

Applies to