IUserInterfaceElement Interface

Interface used for Designer purposes.
Public Interface IUserInterfaceElement
This language is not supported or no code example is available.
public interface IUserInterfaceElement
This language is not supported or no code example is available.
Name Description
Public property Disposed Gets a boolean indicating whether the element has been disposed.
Top
Methods
 
Name Description
Public method GetBounds(Viewport) Gets the bounds rectangle in screen coordinates.
Public method GetThumbnail(Viewport, Size, Color) Gets a bitmap of the user interface element.
Public method Update(IUserInterfaceElement) Updates the contents of the element with the data from another element.
Top

.NET Framework

Supported in: 4.8

In this article

Definition