ToolWindowPane.ToolClsid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.