ProgressBar Constructor (IHostItemProvider, IRuntimeServiceProvider, String, String, Object, String) (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Word.Controls
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Public Sub New ( _
    hostItemProvider As IHostItemProvider, _
    runtimeServiceProvider As IRuntimeServiceProvider, _
    primaryCookie As String, _
    extenderCookie As String, _
    container As Object, _
    identifier As String _
)
'Usage
Dim hostItemProvider As IHostItemProvider
Dim runtimeServiceProvider As IRuntimeServiceProvider
Dim primaryCookie As String
Dim extenderCookie As String
Dim container As Object
Dim identifier As String

Dim instance As New ProgressBar(hostItemProvider, _
    runtimeServiceProvider, primaryCookie, _
    extenderCookie, container, identifier)
public ProgressBar(
    IHostItemProvider hostItemProvider,
    IRuntimeServiceProvider runtimeServiceProvider,
    string primaryCookie,
    string extenderCookie,
    Object container,
    string identifier
)

Parameters

Remarks

Do not use the New constructor to create a new ProgressBar. Use the AddProgressBar method to add a new ProgressBar to a document.

Permissions

See Also

Reference

ProgressBar Class

ProgressBar Members

ProgressBar Overload

Microsoft.Office.Tools.Word.Controls Namespace