UserInterfaceBase.Update Method

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

Implements

IUserInterfaceElement.Update

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition