_Windows.CreateToolWindow(AddIn, String, String, String, Object) Method
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.
public Microsoft.Vbe.Interop.Window CreateToolWindow (Microsoft.Vbe.Interop.AddIn AddInInst, string ProgId, string Caption, string GuidPosition, out object DocObj);
abstract member CreateToolWindow : Microsoft.Vbe.Interop.AddIn * string * string * string * obj -> Microsoft.Vbe.Interop.Window
Public Function CreateToolWindow (AddInInst As AddIn, ProgId As String, Caption As String, GuidPosition As String, ByRef DocObj As Object) As Window
Parameters
- AddInInst
- AddIn
- ProgId
- String
- Caption
- String
- GuidPosition
- String
- DocObj
- Object