IUserInterfaceElement.Update Method

Updates the contents of the element with the data from another element.
Sub Update( _ 
ByVal another As IUserInterfaceElement
)
This language is not supported or no code example is available.
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.8

In this article

Definition