ProgressBar.Update Method

Updates the contents of the element with the data from another element.
Public Overrides Sub Update( _ 
ByVal another As IUserInterfaceElement
)
This language is not supported or no code example is available.
public override void Update( 
IUserInterfaceElement another 
)
This language is not supported or no code example is available.

Parameters

another
IUserInterfaceElement

The other element whose contents are copied to this element

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition